#7566CC

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

Shades of Slate Blue #7566CC

Tints of Slate Blue #7566CC

Color information

#7566CC (or 0x7566CC) is unknown color: approx Slate Blue. HEX triplet: 75, 66 and CC. RGB value is (117,102,204). Sum of RGB (Red+Green+Blue) = 117+102+204=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #7566CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7566CC is #8A9933. Grayscale: #757575. Windows color (decimal): -9083188 or 13395573. OLE color: 13395573.

HSL color Cylindrical-coordinate representation of color #7566CC: hue angle of 248.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7566CC is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB117102204-
CMYK0.430.500.2
HSL248.82º50%60%-
HSV(B)248.82º50%80%-
XYZ22.9917.6459.32-
YUV118.11176.47127.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.66%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=27.66%
G=24.11%
B=48.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171022040.430.500.2248.825060
Hex7566CC2B32014f9323c
Octal16514631453620243716274
Binary111010111001101100110010101111001001010011111001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7566CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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