#857299

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

Shades of Deluge #857299

Tints of Deluge #857299

Color information

#857299 (or 0x857299) is unknown color: approx Deluge. HEX triplet: 85, 72 and 99. RGB value is (133,114,153). Sum of RGB (Red+Green+Blue) = 133+114+153=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 153 - color contains mainly: blue. Hex color #857299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857299 is #7A8D66. Grayscale: #7B7B7B. Windows color (decimal): -8031591 or 10056325. OLE color: 10056325.

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

Color convert

RGB133114153-
CMYK0.130.2500.4
HSL269.23º16.05%52.35%-
HSV(B)269.23º25.49%60%-
XYZ21.4419.3232.74-
YUV124.13144.29134.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 153 (60.16% from 255) = 38.25%
R=33.25%
G=28.5%
B=38.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1331141530.130.2500.4269.2316.0552.35
Hex857299D1902810d1034
Octal20516223115310504152064
Binary10000101111001010011001110111001010100010000110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857299; }

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

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

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

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

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

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

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

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