Html Css Color HEX #7859CD Slate Blue

📋 copy color: '#7859CD'

red 120 ◦ green 89 ◦ blue 205

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

Shades of Slate Blue #7859CD

Tints of Slate Blue #7859CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 28.99%
G = 21.5%
B = 49.52%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7859CD (or 0x7859CD) is known color: Slate Blue. HEX triplet: 78, 59 and CD. RGB value is (120,89,205). Sum of RGB (Red+Green+Blue) = 120+89+205=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #7859CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859CD is #87A632. Grayscale: #6F6F6F. Windows color (decimal): -8889907 or 13457784. OLE color: 13457784.

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

Color convert

RGB 120 89 205 -
CMYK 0.41 0.57 0 0.20
HSL 256.03º 0.54% 0.58% -
HSV(B) 256.03º 0.57% 0.8% -
XYZ 22.34 15.55 59.58 -
YUV 111.49 180.77 134.07 -
System Red Green Blue C M Y K H S L
Decimal 120 89 205 0.41 0.57 0 0.20 256.03 0.54 0.58
Hex 78 59 CD 29 39 0 14 100 36 3A
Octal 170 131 315 51 71 0 24 400 66 72
Binary 1111000 1011001 11001101 101001 111001 0 10100 100000000 110110 111010

Color Harmonies of #7859CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7859CD

Black with #7859CD

Text Example


Text Example

White with #7859CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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