#857FAE

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

Shades of Deluge #857FAE

Tints of Deluge #857FAE

Color information

#857FAE (or 0x857FAE) is unknown color: approx Deluge. HEX triplet: 85, 7F and AE. RGB value is (133,127,174). Sum of RGB (Red+Green+Blue) = 133+127+174=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #857FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857FAE is #7A8051. Grayscale: #858585. Windows color (decimal): -8028242 or 11435909. OLE color: 11435909.

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

Color convert

RGB133127174-
CMYK0.240.2700.32
HSL247.66º22.49%59.02%-
HSV(B)247.66º27.01%68.24%-
XYZ24.923.2243.21-
YUV134.15150.49127.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.65%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=30.65%
G=29.26%
B=40.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331271740.240.2700.32247.6622.4959.02
Hex857FAE181B020f8163b
Octal20517725630330403702673
Binary10000101111111110101110110001101101000001111100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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