#857DAE

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

Shades of Deluge #857DAE

Tints of Deluge #857DAE

Color information

#857DAE (or 0x857DAE) is unknown color: approx Deluge. HEX triplet: 85, 7D and AE. RGB value is (133,125,174). Sum of RGB (Red+Green+Blue) = 133+125+174=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #857DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857DAE is #7A8251. Grayscale: #848484. Windows color (decimal): -8028754 or 11435397. OLE color: 11435397.

HSL color Cylindrical-coordinate representation of color #857DAE: hue angle of 249.8º 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 #857DAE is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133125174-
CMYK0.240.2800.32
HSL249.8º23.22%58.63%-
HSV(B)249.8º28.16%68.24%-
XYZ24.6522.7143.13-
YUV132.98151.15128.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.79%
GREEN value IS 125 (49.22% from 255) = 28.94%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=30.79%
G=28.94%
B=40.28%

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
Decimal1331251740.240.2800.32249.823.2258.63
Hex857DAE181C020fa173b
Octal20517525630340403722773
Binary10000101111110110101110110001110001000001111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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