Shades of Deluge #8B76AE
Tints of Deluge #8B76AE
RGB
CMYK
RGB Variations
Color information
#8B76AE (or 0x8B76AE) is known color: Deluge. HEX triplet: 8B, 76 and AE. RGB value is (139,118,174). Sum of RGB (Red+Green+Blue) = 139+118+174=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B76AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B76AE is #748951. Grayscale: #828282. Windows color (decimal): -7637330 or 11433611. OLE color: 11433611.
HSL color Cylindrical-coordinate representation of color #8B76AE: hue angle of 262.5º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B76AE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 118 | 174 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.32 |
| HSL | 262.5º | 0.26% | 0.57% | - |
| HSV(B) | 262.5º | 0.32% | 0.68% | - |
| XYZ | 24.77 | 21.5 | 42.89 | - |
| YUV | 130.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 174 | 0.20 | 0.32 | 0 | 0.32 | 262.5 | 0.26 | 0.57 |
| Hex | 8B | 76 | AE | 14 | 20 | 0 | 20 | 106 | 1A | 39 |
| Octal | 213 | 166 | 256 | 24 | 40 | 0 | 40 | 406 | 32 | 71 |
| Binary | 10001011 | 1110110 | 10101110 | 10100 | 100000 | 0 | 100000 | 100000110 | 11010 | 111001 |
Color Harmonies of #8B76AE
Complementary color
Monochromatic Colors of #8B76AE
Black with #8B76AE
Text Example
Text Example
White with #8B76AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B76AE; }
p { color: rgb(139,118,174); }
H1.HeaderClassName
{
color: #8B76AE;
}
.AnyTagClassName
{
color: #8B76AE;
}
</style>
background-color css
<style>
a { background-color: #8B76AE; }
a { background-color: rgb(139,118,174); }
div.DivClassName
{
background-color: #8B76AE;
}
.BgClassName
{
background-color: #8B76AE;
}
</style>
border-color css
<style>
span { border-color: #8B76AE; }
span { border-color: rgb(139,118,174); }
td.TdClassName
{
border-color: #8B76AE;
}
.TagClassName
{
border-color: #8B76AE;
}
</style>