#857D9F

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

Shades of Deluge #857D9F

Tints of Deluge #857D9F

Color information

#857D9F (or 0x857D9F) is unknown color: approx Deluge. HEX triplet: 85, 7D and 9F. RGB value is (133,125,159). Sum of RGB (Red+Green+Blue) = 133+125+159=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #857D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D9F is #7A8260. Grayscale: #838383. Windows color (decimal): -8028769 or 10452357. OLE color: 10452357.

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

Color convert

RGB133125159-
CMYK0.160.2100.38
HSL254.12º15.04%55.69%-
HSV(B)254.12º21.38%62.35%-
XYZ23.2622.1635.85-
YUV131.27143.65129.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.89%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=31.89%
G=29.98%
B=38.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331251590.160.2100.38254.1215.0455.69
Hex857D9F1015026fef38
Octal20517523720250463761770
Binary1000010111111011001111110000101010100110111111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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