Shades of Deluge #8B7FAC
Tints of Deluge #8B7FAC
RGB
CMYK
RGB Variations
Color information
#8B7FAC (or 0x8B7FAC) is known color: Deluge. HEX triplet: 8B, 7F and AC. RGB value is (139,127,172). Sum of RGB (Red+Green+Blue) = 139+127+172=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7FAC is #748053. Grayscale: #878787. Windows color (decimal): -7635028 or 11304843. OLE color: 11304843.
HSL color Cylindrical-coordinate representation of color #8B7FAC: hue angle of 256º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B7FAC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 127 | 172 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.33 |
| HSL | 256º | 0.21% | 0.59% | - |
| HSV(B) | 256º | 0.26% | 0.67% | - |
| XYZ | 25.68 | 23.65 | 42.24 | - |
| YUV | 135.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 172 | 0.19 | 0.26 | 0 | 0.33 | 256 | 0.21 | 0.59 |
| Hex | 8B | 7F | AC | 13 | 1A | 0 | 21 | 100 | 15 | 3B |
| Octal | 213 | 177 | 254 | 23 | 32 | 0 | 41 | 400 | 25 | 73 |
| Binary | 10001011 | 1111111 | 10101100 | 10011 | 11010 | 0 | 100001 | 100000000 | 10101 | 111011 |
Color Harmonies of #8B7FAC
Complementary color
Monochromatic Colors of #8B7FAC
Black with #8B7FAC
Text Example
Text Example
White with #8B7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7FAC; }
p { color: rgb(139,127,172); }
H1.HeaderClassName
{
color: #8B7FAC;
}
.AnyTagClassName
{
color: #8B7FAC;
}
</style>
background-color css
<style>
a { background-color: #8B7FAC; }
a { background-color: rgb(139,127,172); }
div.DivClassName
{
background-color: #8B7FAC;
}
.BgClassName
{
background-color: #8B7FAC;
}
</style>
border-color css
<style>
span { border-color: #8B7FAC; }
span { border-color: rgb(139,127,172); }
td.TdClassName
{
border-color: #8B7FAC;
}
.TagClassName
{
border-color: #8B7FAC;
}
</style>