#7864CB

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

Shades of Slate Blue #7864CB

Tints of Slate Blue #7864CB

Color information

#7864CB (or 0x7864CB) is unknown color: approx Slate Blue. HEX triplet: 78, 64 and CB. RGB value is (120,100,203). Sum of RGB (Red+Green+Blue) = 120+100+203=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #7864CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7864CB is #879B34. Grayscale: #757575. Windows color (decimal): -8887093 or 13329528. OLE color: 13329528.

HSL color Cylindrical-coordinate representation of color #7864CB: hue angle of 251.65º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7864CB is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120100203-
CMYK0.410.5100.20
HSL251.65º49.76%59.41%-
HSV(B)251.65º50.74%79.61%-
XYZ23.0817.4258.65-
YUV117.72176.13129.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.37%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 203 (79.69% from 255) = 47.99%
R=28.37%
G=23.64%
B=47.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201002030.410.5100.20251.6549.7659.41
Hex7864CB2933014fc323b
Octal17014431351630243746273
Binary111100011001001100101110100111001101010011111100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7864CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7864CB; }

 p { color: rgb(120,100,203); }

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

<style>
 a { background-color: #7864CB; }

 a { background-color: rgb(120,100,203); }

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

<style>
 span { border-color: #7864CB; }

 span { border-color: rgb(120,100,203); }

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