Html Css Color HEX #7859D7 Slate Blue

📋 copy color: '#7859D7'

red 120 ◦ green 89 ◦ blue 215

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

Shades of Slate Blue #7859D7

Tints of Slate Blue #7859D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.71%

R = 28.3%
G = 20.99%
B = 50.71%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7859D7 (or 0x7859D7) is known color: Slate Blue. HEX triplet: 78, 59 and D7. RGB value is (120,89,215). Sum of RGB (Red+Green+Blue) = 120+89+215=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #7859D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859D7 is #87A628. Grayscale: #707070. Windows color (decimal): -8889897 or 14113144. OLE color: 14113144.

HSL color Cylindrical-coordinate representation of color #7859D7: hue angle of 254.76º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7859D7 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 89 215 -
CMYK 0.44 0.59 0 0.16
HSL 254.76º 0.61% 0.6% -
HSV(B) 254.76º 0.59% 0.84% -
XYZ 23.58 16.04 66.14 -
YUV 112.63 185.77 133.25 -
System Red Green Blue C M Y K H S L
Decimal 120 89 215 0.44 0.59 0 0.16 254.76 0.61 0.6
Hex 78 59 D7 2C 3B 0 10 FF 3D 3C
Octal 170 131 327 54 73 0 20 377 75 74
Binary 1111000 1011001 11010111 101100 111011 0 10000 11111111 111101 111100

Color Harmonies of #7859D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7859D7

Black with #7859D7

Text Example


Text Example

White with #7859D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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