Shades of Deluge #85809C
Tints of Deluge #85809C
RGB
CMYK
RGB Variations
Color information
#85809C (or 0x85809C) is known color: Deluge. HEX triplet: 85, 80 and 9C. RGB value is (133,128,156). Sum of RGB (Red+Green+Blue) = 133+128+156=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #85809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85809C is #7A7F63. Grayscale: #848484. Windows color (decimal): -8028004 or 10256517. OLE color: 10256517.
HSL color Cylindrical-coordinate representation of color #85809C: hue angle of 250.71º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85809C is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 128 | 156 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.39 |
| HSL | 250.71º | 0.12% | 0.56% | - |
| HSV(B) | 250.71º | 0.18% | 0.61% | - |
| XYZ | 23.39 | 22.83 | 34.63 | - |
| YUV | 132.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 156 | 0.15 | 0.18 | 0 | 0.39 | 250.71 | 0.12 | 0.56 |
| Hex | 85 | 80 | 9C | F | 12 | 0 | 27 | FB | C | 38 |
| Octal | 205 | 200 | 234 | 17 | 22 | 0 | 47 | 373 | 14 | 70 |
| Binary | 10000101 | 10000000 | 10011100 | 1111 | 10010 | 0 | 100111 | 11111011 | 1100 | 111000 |
Color Harmonies of #85809C
Complementary color
Monochromatic Colors of #85809C
Black with #85809C
Text Example
Text Example
White with #85809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85809C; }
p { color: rgb(133,128,156); }
H1.HeaderClassName
{
color: #85809C;
}
.AnyTagClassName
{
color: #85809C;
}
</style>
background-color css
<style>
a { background-color: #85809C; }
a { background-color: rgb(133,128,156); }
div.DivClassName
{
background-color: #85809C;
}
.BgClassName
{
background-color: #85809C;
}
</style>
border-color css
<style>
span { border-color: #85809C; }
span { border-color: rgb(133,128,156); }
td.TdClassName
{
border-color: #85809C;
}
.TagClassName
{
border-color: #85809C;
}
</style>