Html Css Color HEX #7864CB Slate Blue

📋 copy color: '#7864CB'

red 120 ◦ green 100 ◦ blue 203

#7864CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7864CB

Tints of Slate Blue #7864CB

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 value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7864CB (or 0x7864CB) is known color: 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

RGB 120 100 203 -
CMYK 0.41 0.51 0 0.20
HSL 251.65º 0.5% 0.59% -
HSV(B) 251.65º 0.51% 0.8% -
XYZ 23.08 17.42 58.65 -
YUV 117.72 176.13 129.62 -
System Red Green Blue C M Y K H S L
Decimal 120 100 203 0.41 0.51 0 0.20 251.65 0.5 0.59
Hex 78 64 CB 29 33 0 14 FC 32 3B
Octal 170 144 313 51 63 0 24 374 62 73
Binary 1111000 1100100 11001011 101001 110011 0 10100 11111100 110010 111011

Color Harmonies of #7864CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7864CB

Black with #7864CB

Text Example


Text Example

White with #7864CB

Text Example


Text Example

HTML Codes & Css Web 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>