Html Css Color HEX #7859D3 Slate Blue

📋 copy color: '#7859D3'

red 120 ◦ green 89 ◦ blue 211

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

Shades of Slate Blue #7859D3

Tints of Slate Blue #7859D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.24%

R = 28.57%
G = 21.19%
B = 50.24%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7859D3 (or 0x7859D3) is known color: Slate Blue. HEX triplet: 78, 59 and D3. RGB value is (120,89,211). Sum of RGB (Red+Green+Blue) = 120+89+211=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 211 (82.81% from 255 or 50.24% from 420); Max value from RGB is 211 - color contains mainly: blue. Hex color #7859D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859D3 is #87A62C. Grayscale: #6F6F6F. Windows color (decimal): -8889901 or 13851000. OLE color: 13851000.

HSL color Cylindrical-coordinate representation of color #7859D3: hue angle of 255.25º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7859D3 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 120 89 211 -
CMYK 0.43 0.58 0 0.17
HSL 255.25º 0.58% 0.59% -
HSV(B) 255.25º 0.58% 0.83% -
XYZ 23.08 15.84 63.47 -
YUV 112.18 183.77 133.58 -
System Red Green Blue C M Y K H S L
Decimal 120 89 211 0.43 0.58 0 0.17 255.25 0.58 0.59
Hex 78 59 D3 2B 3A 0 11 FF 3A 3B
Octal 170 131 323 53 72 0 21 377 72 73
Binary 1111000 1011001 11010011 101011 111010 0 10001 11111111 111010 111011

Color Harmonies of #7859D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7859D3

Black with #7859D3

Text Example


Text Example

White with #7859D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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