Html Css Color HEX #7859DB Slate Blue

📋 copy color: '#7859DB'

red 120 ◦ green 89 ◦ blue 219

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

Shades of Slate Blue #7859DB

Tints of Slate Blue #7859DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 28.04%
G = 20.79%
B = 51.17%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7859DB (or 0x7859DB) is known color: Slate Blue. HEX triplet: 78, 59 and DB. RGB value is (120,89,219). Sum of RGB (Red+Green+Blue) = 120+89+219=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #7859DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859DB is #87A624. Grayscale: #707070. Windows color (decimal): -8889893 or 14375288. OLE color: 14375288.

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

Color convert

RGB 120 89 219 -
CMYK 0.45 0.59 0 0.14
HSL 254.31º 0.64% 0.6% -
HSV(B) 254.31º 0.59% 0.86% -
XYZ 24.1 16.25 68.88 -
YUV 113.09 187.77 132.93 -
System Red Green Blue C M Y K H S L
Decimal 120 89 219 0.45 0.59 0 0.14 254.31 0.64 0.6
Hex 78 59 DB 2D 3B 0 E FE 40 3C
Octal 170 131 333 55 73 0 16 376 100 74
Binary 1111000 1011001 11011011 101101 111011 0 1110 11111110 1000000 111100

Color Harmonies of #7859DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7859DB

Black with #7859DB

Text Example


Text Example

White with #7859DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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