#857F9F

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

Shades of Deluge #857F9F

Tints of Deluge #857F9F

Color information

#857F9F (or 0x857F9F) is unknown color: approx Deluge. HEX triplet: 85, 7F and 9F. RGB value is (133,127,159). Sum of RGB (Red+Green+Blue) = 133+127+159=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #857F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857F9F is #7A8060. Grayscale: #848484. Windows color (decimal): -8028257 or 10452869. OLE color: 10452869.

HSL color Cylindrical-coordinate representation of color #857F9F: hue angle of 251.25º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #857F9F is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133127159-
CMYK0.160.2000.38
HSL251.25º14.29%56.08%-
HSV(B)251.25º20.13%62.35%-
XYZ23.5222.6735.94-
YUV132.44142.99128.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.74%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=31.74%
G=30.31%
B=37.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331271590.160.2000.38251.2514.2956.08
Hex857F9F1014026fbe38
Octal20517723720240463731670
Binary1000010111111111001111110000101000100110111110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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