#7666CF

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

Shades of Slate Blue #7666CF

Tints of Slate Blue #7666CF

Color information

#7666CF (or 0x7666CF) is unknown color: approx Slate Blue. HEX triplet: 76, 66 and CF. RGB value is (118,102,207). Sum of RGB (Red+Green+Blue) = 118+102+207=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #7666CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666CF is #899930. Grayscale: #767676. Windows color (decimal): -9017649 or 13592182. OLE color: 13592182.

HSL color Cylindrical-coordinate representation of color #7666CF: hue angle of 249.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7666CF is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB118102207-
CMYK0.430.5100.19
HSL249.14º52.24%60.59%-
HSV(B)249.14º50.72%81.18%-
XYZ23.4917.8661.24-
YUV118.75177.8127.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.63%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=27.63%
G=23.89%
B=48.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1181022070.430.5100.19249.1452.2460.59
Hex7666CF2B33013f9343d
Octal16614631753630233716475
Binary111011011001101100111110101111001101001111111001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7666CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7666CF; }

 p { color: rgb(118,102,207); }

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

<style>
 a { background-color: #7666CF; }

 a { background-color: rgb(118,102,207); }

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

<style>
 span { border-color: #7666CF; }

 span { border-color: rgb(118,102,207); }

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