#857EAF

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

Shades of Deluge #857EAF

Tints of Deluge #857EAF

Color information

#857EAF (or 0x857EAF) is unknown color: approx Deluge. HEX triplet: 85, 7E and AF. RGB value is (133,126,175). Sum of RGB (Red+Green+Blue) = 133+126+175=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #857EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857EAF is #7A8150. Grayscale: #858585. Windows color (decimal): -8028497 or 11501189. OLE color: 11501189.

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

Color convert

RGB133126175-
CMYK0.240.2800.31
HSL248.57º23.44%59.02%-
HSV(B)248.57º28%68.63%-
XYZ24.872343.69-
YUV133.68151.32127.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.65%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=30.65%
G=29.03%
B=40.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331261750.240.2800.31248.5723.4459.02
Hex857EAF181C01Ff9173b
Octal20517625730340373712773
Binary1000010111111101010111111000111000111111111100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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