#857E9D

Color #857E9D Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #857E9D

Tints of Deluge #857E9D

Color information

#857E9D (or 0x857E9D) is unknown color: approx Deluge. HEX triplet: 85, 7E and 9D. RGB value is (133,126,157). Sum of RGB (Red+Green+Blue) = 133+126+157=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #857E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857E9D is #7A8162. Grayscale: #838383. Windows color (decimal): -8028515 or 10321541. OLE color: 10321541.

HSL color Cylindrical-coordinate representation of color #857E9D: hue angle of 253.55º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #857E9D is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133126157-
CMYK0.150.2000.38
HSL253.55º13.66%55.49%-
HSV(B)253.55º19.75%61.57%-
XYZ23.2222.3434.99-
YUV131.63142.32128.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.97%
GREEN value IS 126 (49.61% from 255) = 30.29%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=31.97%
G=30.29%
B=37.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331261570.150.2000.38253.5513.6655.49
Hex857E9DF14026fee37
Octal20517623517240463761667
Binary100001011111110100111011111101000100110111111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857E9D; }

 p { color: rgb(133,126,157); }

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

<style>
 a { background-color: #857E9D; }

 a { background-color: rgb(133,126,157); }

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

<style>
 span { border-color: #857E9D; }

 span { border-color: rgb(133,126,157); }

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