#857099

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

Shades of Deluge #857099

Tints of Deluge #857099

Color information

#857099 (or 0x857099) is unknown color: approx Deluge. HEX triplet: 85, 70 and 99. RGB value is (133,112,153). Sum of RGB (Red+Green+Blue) = 133+112+153=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 153 - color contains mainly: blue. Hex color #857099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857099 is #7A8F66. Grayscale: #7A7A7A. Windows color (decimal): -8032103 or 10055813. OLE color: 10055813.

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

Color convert

RGB133112153-
CMYK0.130.2700.4
HSL270.73º16.73%51.96%-
HSV(B)270.73º26.8%60%-
XYZ21.2218.8732.66-
YUV122.95144.96135.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.42%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 153 (60.16% from 255) = 38.44%
R=33.42%
G=28.14%
B=38.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1331121530.130.2700.4270.7316.7351.96
Hex857099D1B02810f1134
Octal20516023115330504172164
Binary10000101111000010011001110111011010100010000111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857099; }

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

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

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

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

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

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

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

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