#857499

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

Shades of Deluge #857499

Tints of Deluge #857499

Color information

#857499 (or 0x857499) is unknown color: approx Deluge. HEX triplet: 85, 74 and 99. RGB value is (133,116,153). Sum of RGB (Red+Green+Blue) = 133+116+153=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #857499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857499 is #7A8B66. Grayscale: #7D7D7D. Windows color (decimal): -8031079 or 10056837. OLE color: 10056837.

HSL color Cylindrical-coordinate representation of color #857499: hue angle of 267.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #857499 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB133116153-
CMYK0.130.2400.4
HSL267.57º15.35%52.75%-
HSV(B)267.57º24.18%60%-
XYZ21.6719.7832.81-
YUV125.3143.63133.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 116 (45.70% from 255) = 28.86%
BLUE value IS 153 (60.16% from 255) = 38.06%
R=33.08%
G=28.86%
B=38.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1331161530.130.2400.4267.5715.3552.75
Hex857499D1802810cf35
Octal20516423115300504141765
Binary1000010111101001001100111011100001010001000011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857499; }

 p { color: rgb(133,116,153); }

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

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

 a { background-color: rgb(133,116,153); }

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

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

 span { border-color: rgb(133,116,153); }

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