#857FAB

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

Shades of Deluge #857FAB

Tints of Deluge #857FAB

Color information

#857FAB (or 0x857FAB) is unknown color: approx Deluge. HEX triplet: 85, 7F and AB. RGB value is (133,127,171). Sum of RGB (Red+Green+Blue) = 133+127+171=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #857FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857FAB is #7A8054. Grayscale: #858585. Windows color (decimal): -8028245 or 11239301. OLE color: 11239301.

HSL color Cylindrical-coordinate representation of color #857FAB: hue angle of 248.18º 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 #857FAB is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133127171-
CMYK0.220.2600.33
HSL248.18º20.75%58.43%-
HSV(B)248.18º25.73%67.06%-
XYZ24.6123.1141.69-
YUV133.81148.99127.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.86%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=30.86%
G=29.47%
B=39.68%

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
Decimal1331271710.220.2600.33248.1820.7558.43
Hex857FAB161A021f8153a
Octal20517725326320413702572
Binary10000101111111110101011101101101001000011111100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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