#7369DD

Color #7369DD Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7369DD

Tints of Medium Slate Blue #7369DD

Color information

#7369DD (or 0x7369DD) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 69 and DD. RGB value is (115,105,221). Sum of RGB (Red+Green+Blue) = 115+105+221=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #7369DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369DD is #8C9622. Grayscale: #787878. Windows color (decimal): -9213475 or 14510451. OLE color: 14510451.

HSL color Cylindrical-coordinate representation of color #7369DD: hue angle of 245.17º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7369DD is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115105221-
CMYK0.480.5200.13
HSL245.17º63.04%63.92%-
HSV(B)245.17º52.49%86.67%-
XYZ25.1718.9770.74-
YUV121.21184.31123.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 26.08%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 221 (86.72% from 255) = 50.11%
R=26.08%
G=23.81%
B=50.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151052210.480.5200.13245.1763.0463.92
Hex7369DD30340Df53f40
Octal163151335606401536577100
Binary111001111010011101110111000011010001101111101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7369DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7369DD; }

 p { color: rgb(115,105,221); }

 H1.HeaderClassName
 {
   color: #7369DD;
 }
 .AnyTagClassName
 {
   color: #7369DD;
 }
</style>
background-color css

<style>
 a { background-color: #7369DD; }

 a { background-color: rgb(115,105,221); }

 div.DivClassName
 {
   background-color: #7369DD;
 }
 .BgClassName
 {
   background-color: #7369DD;
 }
</style>
border-color css

<style>
 span { border-color: #7369DD; }

 span { border-color: rgb(115,105,221); }

 td.TdClassName
 {
   border-color: #7369DD;
 }
 .TagClassName
 {
   border-color: #7369DD;
 }
</style>