#7856D5

Color #7856D5 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7856D5

Tints of Slate Blue #7856D5

Color information

#7856D5 (or 0x7856D5) is unknown color: approx Slate Blue. HEX triplet: 78, 56 and D5. RGB value is (120,86,213). Sum of RGB (Red+Green+Blue) = 120+86+213=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #7856D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7856D5 is #87A92A. Grayscale: #6E6E6E. Windows color (decimal): -8890667 or 13981304. OLE color: 13981304.

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

Color convert

RGB12086213-
CMYK0.440.6000.16
HSL256.06º60.19%58.63%-
HSV(B)256.06º59.62%83.53%-
XYZ23.0815.4564.72-
YUV110.64185.76134.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.64%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 213 (83.59% from 255) = 50.84%
R=28.64%
G=20.53%
B=50.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal120862130.440.6000.16256.0660.1958.63
Hex7856D52C3C0101003c3b
Octal17012632554740204007473
Binary1111000101011011010101101100111100010000100000000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7856D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7856D5;
 }
 .AnyTagClassName
 {
   color: #7856D5;
 }
</style>
background-color css

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

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

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

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

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

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