Shades of Deluge #8B7BAE
Tints of Deluge #8B7BAE
RGB
CMYK
RGB Variations
Color information
#8B7BAE (or 0x8B7BAE) is known color: Deluge. HEX triplet: 8B, 7B and AE. RGB value is (139,123,174). Sum of RGB (Red+Green+Blue) = 139+123+174=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7BAE is #748451. Grayscale: #858585. Windows color (decimal): -7636050 or 11434891. OLE color: 11434891.
HSL color Cylindrical-coordinate representation of color #8B7BAE: hue angle of 258.82º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B7BAE is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 123 | 174 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.32 |
| HSL | 258.82º | 0.24% | 0.58% | - |
| HSV(B) | 258.82º | 0.29% | 0.68% | - |
| XYZ | 25.37 | 22.71 | 43.09 | - |
| YUV | 133.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 174 | 0.20 | 0.29 | 0 | 0.32 | 258.82 | 0.24 | 0.58 |
| Hex | 8B | 7B | AE | 14 | 1D | 0 | 20 | 103 | 18 | 3A |
| Octal | 213 | 173 | 256 | 24 | 35 | 0 | 40 | 403 | 30 | 72 |
| Binary | 10001011 | 1111011 | 10101110 | 10100 | 11101 | 0 | 100000 | 100000011 | 11000 | 111010 |
Color Harmonies of #8B7BAE
Complementary color
Monochromatic Colors of #8B7BAE
Black with #8B7BAE
Text Example
Text Example
White with #8B7BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7BAE; }
p { color: rgb(139,123,174); }
H1.HeaderClassName
{
color: #8B7BAE;
}
.AnyTagClassName
{
color: #8B7BAE;
}
</style>
background-color css
<style>
a { background-color: #8B7BAE; }
a { background-color: rgb(139,123,174); }
div.DivClassName
{
background-color: #8B7BAE;
}
.BgClassName
{
background-color: #8B7BAE;
}
</style>
border-color css
<style>
span { border-color: #8B7BAE; }
span { border-color: rgb(139,123,174); }
td.TdClassName
{
border-color: #8B7BAE;
}
.TagClassName
{
border-color: #8B7BAE;
}
</style>