#7857DA

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

Shades of Slate Blue #7857DA

Tints of Slate Blue #7857DA

Color information

#7857DA (or 0x7857DA) is unknown color: approx Slate Blue. HEX triplet: 78, 57 and DA. RGB value is (120,87,218). Sum of RGB (Red+Green+Blue) = 120+87+218=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #7857DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7857DA is #87A825. Grayscale: #6F6F6F. Windows color (decimal): -8890406 or 14309240. OLE color: 14309240.

HSL color Cylindrical-coordinate representation of color #7857DA: hue angle of 255.11º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7857DA is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12087218-
CMYK0.450.6000.15
HSL255.11º63.9%59.8%-
HSV(B)255.11º60.09%85.49%-
XYZ23.8115.8768.14-
YUV111.8187.93133.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.24%
GREEN value IS 87 (34.38% from 255) = 20.47%
BLUE value IS 218 (85.55% from 255) = 51.29%
R=28.24%
G=20.47%
B=51.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal120872180.450.6000.15255.1163.959.8
Hex7857DA2D3C0Fff403c
Octal170127332557401737710074
Binary111100010101111101101010110111110001111111111111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7857DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7857DA; }

 p { color: rgb(120,87,218); }

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

<style>
 a { background-color: #7857DA; }

 a { background-color: rgb(120,87,218); }

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

<style>
 span { border-color: #7857DA; }

 span { border-color: rgb(120,87,218); }

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