Shades of Deluge #8976B3
Tints of Deluge #8976B3
RGB
CMYK
RGB Variations
Color information
#8976B3 (or 0x8976B3) is known color: Deluge. HEX triplet: 89, 76 and B3. RGB value is (137,118,179). Sum of RGB (Red+Green+Blue) = 137+118+179=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #8976B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8976B3 is #76894C. Grayscale: #828282. Windows color (decimal): -7768397 or 11761289. OLE color: 11761289.
HSL color Cylindrical-coordinate representation of color #8976B3: hue angle of 258.69º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8976B3 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 118 | 179 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.30 |
| HSL | 258.69º | 0.29% | 0.58% | - |
| HSV(B) | 258.69º | 0.34% | 0.7% | - |
| XYZ | 24.93 | 21.53 | 45.49 | - |
| YUV | 130.64 | 155.29 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 179 | 0.23 | 0.34 | 0 | 0.30 | 258.69 | 0.29 | 0.58 |
| Hex | 89 | 76 | B3 | 17 | 22 | 0 | 1E | 103 | 1D | 3A |
| Octal | 211 | 166 | 263 | 27 | 42 | 0 | 36 | 403 | 35 | 72 |
| Binary | 10001001 | 1110110 | 10110011 | 10111 | 100010 | 0 | 11110 | 100000011 | 11101 | 111010 |
Color Harmonies of #8976B3
Complementary color
Monochromatic Colors of #8976B3
Black with #8976B3
Text Example
Text Example
White with #8976B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8976B3; }
p { color: rgb(137,118,179); }
H1.HeaderClassName
{
color: #8976B3;
}
.AnyTagClassName
{
color: #8976B3;
}
</style>
background-color css
<style>
a { background-color: #8976B3; }
a { background-color: rgb(137,118,179); }
div.DivClassName
{
background-color: #8976B3;
}
.BgClassName
{
background-color: #8976B3;
}
</style>
border-color css
<style>
span { border-color: #8976B3; }
span { border-color: rgb(137,118,179); }
td.TdClassName
{
border-color: #8976B3;
}
.TagClassName
{
border-color: #8976B3;
}
</style>