Html Css Color HEX #7859DC Slate Blue

📋 copy color: '#7859DC'

red 120 ◦ green 89 ◦ blue 220

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

Shades of Slate Blue #7859DC

Tints of Slate Blue #7859DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 27.97%
G = 20.75%
B = 51.28%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7859DC (or 0x7859DC) is known color: Slate Blue. HEX triplet: 78, 59 and DC. RGB value is (120,89,220). Sum of RGB (Red+Green+Blue) = 120+89+220=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #7859DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859DC is #87A623. Grayscale: #707070. Windows color (decimal): -8889892 or 14440824. OLE color: 14440824.

HSL color Cylindrical-coordinate representation of color #7859DC: hue angle of 254.2º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7859DC is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 89 220 -
CMYK 0.45 0.60 0 0.14
HSL 254.2º 0.65% 0.61% -
HSV(B) 254.2º 0.6% 0.86% -
XYZ 24.24 16.31 69.58 -
YUV 113.2 188.27 132.85 -
System Red Green Blue C M Y K H S L
Decimal 120 89 220 0.45 0.60 0 0.14 254.2 0.65 0.61
Hex 78 59 DC 2D 3C 0 E FE 41 3D
Octal 170 131 334 55 74 0 16 376 101 75
Binary 1111000 1011001 11011100 101101 111100 0 1110 11111110 1000001 111101

Color Harmonies of #7859DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7859DC

Black with #7859DC

Text Example


Text Example

White with #7859DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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