Shades of Deluge #8B7FB2
Tints of Deluge #8B7FB2
RGB
CMYK
RGB Variations
Color information
#8B7FB2 (or 0x8B7FB2) is known color: Deluge. HEX triplet: 8B, 7F and B2. RGB value is (139,127,178). Sum of RGB (Red+Green+Blue) = 139+127+178=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 178 - color contains mainly: blue. Hex color #8B7FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7FB2 is #74804D. Grayscale: #888888. Windows color (decimal): -7635022 or 11698059. OLE color: 11698059.
HSL color Cylindrical-coordinate representation of color #8B7FB2: hue angle of 254.12º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B7FB2 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 127 | 178 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.30 |
| HSL | 254.12º | 0.25% | 0.6% | - |
| HSV(B) | 254.12º | 0.29% | 0.7% | - |
| XYZ | 26.27 | 23.88 | 45.34 | - |
| YUV | 136.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 178 | 0.22 | 0.29 | 0 | 0.30 | 254.12 | 0.25 | 0.6 |
| Hex | 8B | 7F | B2 | 16 | 1D | 0 | 1E | FE | 19 | 3C |
| Octal | 213 | 177 | 262 | 26 | 35 | 0 | 36 | 376 | 31 | 74 |
| Binary | 10001011 | 1111111 | 10110010 | 10110 | 11101 | 0 | 11110 | 11111110 | 11001 | 111100 |
Color Harmonies of #8B7FB2
Complementary color
Monochromatic Colors of #8B7FB2
Black with #8B7FB2
Text Example
Text Example
White with #8B7FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7FB2; }
p { color: rgb(139,127,178); }
H1.HeaderClassName
{
color: #8B7FB2;
}
.AnyTagClassName
{
color: #8B7FB2;
}
</style>
background-color css
<style>
a { background-color: #8B7FB2; }
a { background-color: rgb(139,127,178); }
div.DivClassName
{
background-color: #8B7FB2;
}
.BgClassName
{
background-color: #8B7FB2;
}
</style>
border-color css
<style>
span { border-color: #8B7FB2; }
span { border-color: rgb(139,127,178); }
td.TdClassName
{
border-color: #8B7FB2;
}
.TagClassName
{
border-color: #8B7FB2;
}
</style>