#7866C9

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

Shades of Slate Blue #7866C9

Tints of Slate Blue #7866C9

Color information

#7866C9 (or 0x7866C9) is unknown color: approx Slate Blue. HEX triplet: 78, 66 and C9. RGB value is (120,102,201). Sum of RGB (Red+Green+Blue) = 120+102+201=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #7866C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7866C9 is #879936. Grayscale: #767676. Windows color (decimal): -8886583 or 13198968. OLE color: 13198968.

HSL color Cylindrical-coordinate representation of color #7866C9: hue angle of 250.91º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7866C9 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB120102201-
CMYK0.400.4900.21
HSL250.91º47.83%59.41%-
HSV(B)250.91º49.25%78.82%-
XYZ23.0417.7157.46-
YUV118.67174.46128.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.37%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 201 (78.91% from 255) = 47.52%
R=28.37%
G=24.11%
B=47.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1201022010.400.4900.21250.9147.8359.41
Hex7866C92831015fb303b
Octal17014631150610253736073
Binary111100011001101100100110100011000101010111111011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7866C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7866C9; }

 p { color: rgb(120,102,201); }

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

<style>
 a { background-color: #7866C9; }

 a { background-color: rgb(120,102,201); }

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

<style>
 span { border-color: #7866C9; }

 span { border-color: rgb(120,102,201); }

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