#857EAE

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

Shades of Deluge #857EAE

Tints of Deluge #857EAE

Color information

#857EAE (or 0x857EAE) is unknown color: approx Deluge. HEX triplet: 85, 7E and AE. RGB value is (133,126,174). Sum of RGB (Red+Green+Blue) = 133+126+174=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #857EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857EAE is #7A8151. Grayscale: #858585. Windows color (decimal): -8028498 or 11435653. OLE color: 11435653.

HSL color Cylindrical-coordinate representation of color #857EAE: hue angle of 248.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #857EAE is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133126174-
CMYK0.240.2800.32
HSL248.75º22.86%58.82%-
HSV(B)248.75º27.59%68.24%-
XYZ24.7722.9643.17-
YUV133.56150.82127.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.72%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=30.72%
G=29.10%
B=40.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331261740.240.2800.32248.7522.8658.82
Hex857EAE181C020f9173b
Octal20517625630340403712773
Binary10000101111111010101110110001110001000001111100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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