Html Css Color HEX #7859CC Slate Blue

📋 copy color: '#7859CC'

red 120 ◦ green 89 ◦ blue 204

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

Shades of Slate Blue #7859CC

Tints of Slate Blue #7859CC

RGB

 RED value IS 120 (47.27% from 255) = 29.06%

 GREEN value IS 89 (35.16% from 255) = 21.55%

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 29.06%
G = 21.55%
B = 49.39%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7859CC (or 0x7859CC) is known color: Slate Blue. HEX triplet: 78, 59 and CC. RGB value is (120,89,204). Sum of RGB (Red+Green+Blue) = 120+89+204=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #7859CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859CC is #87A633. Grayscale: #6E6E6E. Windows color (decimal): -8889908 or 13392248. OLE color: 13392248.

HSL color Cylindrical-coordinate representation of color #7859CC: hue angle of 256.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7859CC is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 89 204 -
CMYK 0.41 0.56 0 0.2
HSL 256.17º 0.53% 0.57% -
HSV(B) 256.17º 0.56% 0.8% -
XYZ 22.22 15.5 58.95 -
YUV 111.38 180.27 134.15 -
System Red Green Blue C M Y K H S L
Decimal 120 89 204 0.41 0.56 0 0.2 256.17 0.53 0.57
Hex 78 59 CC 29 38 0 14 100 35 39
Octal 170 131 314 51 70 0 24 400 65 71
Binary 1111000 1011001 11001100 101001 111000 0 10100 100000000 110101 111001

Color Harmonies of #7859CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7859CC

Black with #7859CC

Text Example


Text Example

White with #7859CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,89,204); }

 H1.HeaderClassName
 {
   color: #7859CC;
 }
 .AnyTagClassName
 {
   color: #7859CC;
 }
</style>

background-color css

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

 a { background-color: rgb(120,89,204); }

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

border-color css

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

 span { border-color: rgb(120,89,204); }

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