Html Css Color HEX #7856CE Slate Blue

📋 copy color: '#7856CE'

red 120 ◦ green 86 ◦ blue 206

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

Shades of Slate Blue #7856CE

Tints of Slate Blue #7856CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.87%

 BLUE value IS 206 (80.86% from 255) = 50%

R = 29.13%
G = 20.87%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7856CE (or 0x7856CE) is known color: Slate Blue. HEX triplet: 78, 56 and CE. RGB value is (120,86,206). Sum of RGB (Red+Green+Blue) = 120+86+206=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #7856CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7856CE is #87A931. Grayscale: #6D6D6D. Windows color (decimal): -8890674 or 13522552. OLE color: 13522552.

HSL color Cylindrical-coordinate representation of color #7856CE: hue angle of 257º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7856CE is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 86 206 -
CMYK 0.42 0.58 0 0.19
HSL 257º 0.55% 0.57% -
HSV(B) 257º 0.58% 0.81% -
XYZ 22.21 15.1 60.14 -
YUV 109.85 182.26 135.24 -
System Red Green Blue C M Y K H S L
Decimal 120 86 206 0.42 0.58 0 0.19 257 0.55 0.57
Hex 78 56 CE 2A 3A 0 13 101 37 39
Octal 170 126 316 52 72 0 23 401 67 71
Binary 1111000 1010110 11001110 101010 111010 0 10011 100000001 110111 111001

Color Harmonies of #7856CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7856CE

Black with #7856CE

Text Example


Text Example

White with #7856CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7856CE; }

 p { color: rgb(120,86,206); }

 H1.HeaderClassName
 {
   color: #7856CE;
 }
 .AnyTagClassName
 {
   color: #7856CE;
 }
</style>

background-color css

<style>
 a { background-color: #7856CE; }

 a { background-color: rgb(120,86,206); }

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

border-color css

<style>
 span { border-color: #7856CE; }

 span { border-color: rgb(120,86,206); }

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