Shades of Deluge #848098
Tints of Deluge #848098
RGB
CMYK
RGB Variations
Color information
#848098 (or 0x848098) is known color: Deluge. HEX triplet: 84, 80 and 98. RGB value is (132,128,152). Sum of RGB (Red+Green+Blue) = 132+128+152=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 152 - color contains mainly: blue. Hex color #848098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848098 is #7B7F67. Grayscale: #838383. Windows color (decimal): -8093544 or 9994372. OLE color: 9994372.
HSL color Cylindrical-coordinate representation of color #848098: hue angle of 250º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #848098 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 128 | 152 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.40 |
| HSL | 250º | 0.1% | 0.55% | - |
| HSV(B) | 250º | 0.16% | 0.6% | - |
| XYZ | 22.9 | 22.61 | 32.86 | - |
| YUV | 131.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 152 | 0.13 | 0.16 | 0 | 0.40 | 250 | 0.1 | 0.55 |
| Hex | 84 | 80 | 98 | D | 10 | 0 | 28 | FA | A | 37 |
| Octal | 204 | 200 | 230 | 15 | 20 | 0 | 50 | 372 | 12 | 67 |
| Binary | 10000100 | 10000000 | 10011000 | 1101 | 10000 | 0 | 101000 | 11111010 | 1010 | 110111 |
Color Harmonies of #848098
Complementary color
Monochromatic Colors of #848098
Black with #848098
Text Example
Text Example
White with #848098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848098; }
p { color: rgb(132,128,152); }
H1.HeaderClassName
{
color: #848098;
}
.AnyTagClassName
{
color: #848098;
}
</style>
background-color css
<style>
a { background-color: #848098; }
a { background-color: rgb(132,128,152); }
div.DivClassName
{
background-color: #848098;
}
.BgClassName
{
background-color: #848098;
}
</style>
border-color css
<style>
span { border-color: #848098; }
span { border-color: rgb(132,128,152); }
td.TdClassName
{
border-color: #848098;
}
.TagClassName
{
border-color: #848098;
}
</style>