#857EAA

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

Shades of Deluge #857EAA

Tints of Deluge #857EAA

Color information

#857EAA (or 0x857EAA) is unknown color: approx Deluge. HEX triplet: 85, 7E and AA. RGB value is (133,126,170). Sum of RGB (Red+Green+Blue) = 133+126+170=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #857EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857EAA is #7A8155. Grayscale: #848484. Windows color (decimal): -8028502 or 11173509. OLE color: 11173509.

HSL color Cylindrical-coordinate representation of color #857EAA: hue angle of 249.55º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #857EAA is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133126170-
CMYK0.220.2600.33
HSL249.55º20.56%58.04%-
HSV(B)249.55º25.88%66.67%-
XYZ24.3922.8141.15-
YUV133.11148.82127.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=31.00%
G=29.37%
B=39.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331261700.220.2600.33249.5520.5658.04
Hex857EAA161A021fa153a
Octal20517625226320413722572
Binary10000101111111010101010101101101001000011111101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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