#85729B

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

Shades of Deluge #85729B

Tints of Deluge #85729B

Color information

#85729B (or 0x85729B) is unknown color: approx Deluge. HEX triplet: 85, 72 and 9B. RGB value is (133,114,155). Sum of RGB (Red+Green+Blue) = 133+114+155=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #85729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85729B is #7A8D64. Grayscale: #7C7C7C. Windows color (decimal): -8031589 or 10187397. OLE color: 10187397.

HSL color Cylindrical-coordinate representation of color #85729B: hue angle of 267.8º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85729B is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133114155-
CMYK0.140.2600.39
HSL267.8º17.01%52.75%-
HSV(B)267.8º26.45%60.78%-
XYZ21.6119.3933.61-
YUV124.35145.29134.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 114 (44.92% from 255) = 28.36%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=33.08%
G=28.36%
B=38.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331141550.140.2600.39267.817.0152.75
Hex85729BE1A02710c1135
Octal20516223316320474142165
Binary10000101111001010011011111011010010011110000110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85729B; }

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

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

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

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

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

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

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

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