#7566DF

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

Shades of Medium Slate Blue #7566DF

Tints of Medium Slate Blue #7566DF

Color information

#7566DF (or 0x7566DF) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 66 and DF. RGB value is (117,102,223). Sum of RGB (Red+Green+Blue) = 117+102+223=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #7566DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7566DF is #8A9920. Grayscale: #777777. Windows color (decimal): -9083169 or 14640757. OLE color: 14640757.

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

Color convert

RGB117102223-
CMYK0.480.5400.13
HSL247.44º65.41%63.73%-
HSV(B)247.44º54.26%87.45%-
XYZ25.4118.6172.07-
YUV120.28185.97125.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.47%
GREEN value IS 102 (40.23% from 255) = 23.08%
BLUE value IS 223 (87.5% from 255) = 50.45%
R=26.47%
G=23.08%
B=50.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171022230.480.5400.13247.4465.4163.73
Hex7566DF30360Df74140
Octal1651463376066015367101100
Binary1110101110011011011111110000110110011011111011110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7566DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7566DF; }

 p { color: rgb(117,102,223); }

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

<style>
 a { background-color: #7566DF; }

 a { background-color: rgb(117,102,223); }

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

<style>
 span { border-color: #7566DF; }

 span { border-color: rgb(117,102,223); }

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