#857DAB

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

Shades of Deluge #857DAB

Tints of Deluge #857DAB

Color information

#857DAB (or 0x857DAB) is unknown color: approx Deluge. HEX triplet: 85, 7D and AB. RGB value is (133,125,171). Sum of RGB (Red+Green+Blue) = 133+125+171=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #857DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857DAB is #7A8254. Grayscale: #848484. Windows color (decimal): -8028757 or 11238789. OLE color: 11238789.

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

Color convert

RGB133125171-
CMYK0.220.2700.33
HSL250.43º21.5%58.04%-
HSV(B)250.43º26.9%67.06%-
XYZ24.3622.5941.61-
YUV132.64149.65128.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 125 (49.22% from 255) = 29.14%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=31.00%
G=29.14%
B=39.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331251710.220.2700.33250.4321.558.04
Hex857DAB161B021fa153a
Octal20517525326330413722572
Binary10000101111110110101011101101101101000011111101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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