Shades of Deluge #8B7FB3
Tints of Deluge #8B7FB3
RGB
CMYK
RGB Variations
Color information
#8B7FB3 (or 0x8B7FB3) is known color: Deluge. HEX triplet: 8B, 7F and B3. RGB value is (139,127,179). Sum of RGB (Red+Green+Blue) = 139+127+179=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 179 - color contains mainly: blue. Hex color #8B7FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7FB3 is #74804C. Grayscale: #888888. Windows color (decimal): -7635021 or 11763595. OLE color: 11763595.
HSL color Cylindrical-coordinate representation of color #8B7FB3: hue angle of 253.85º 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 #8B7FB3 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 127 | 179 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.30 |
| HSL | 253.85º | 0.25% | 0.6% | - |
| HSV(B) | 253.85º | 0.29% | 0.7% | - |
| XYZ | 26.37 | 23.92 | 45.88 | - |
| YUV | 136.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 179 | 0.22 | 0.29 | 0 | 0.30 | 253.85 | 0.25 | 0.6 |
| Hex | 8B | 7F | B3 | 16 | 1D | 0 | 1E | FE | 19 | 3C |
| Octal | 213 | 177 | 263 | 26 | 35 | 0 | 36 | 376 | 31 | 74 |
| Binary | 10001011 | 1111111 | 10110011 | 10110 | 11101 | 0 | 11110 | 11111110 | 11001 | 111100 |
Color Harmonies of #8B7FB3
Complementary color
Monochromatic Colors of #8B7FB3
Black with #8B7FB3
Text Example
Text Example
White with #8B7FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7FB3; }
p { color: rgb(139,127,179); }
H1.HeaderClassName
{
color: #8B7FB3;
}
.AnyTagClassName
{
color: #8B7FB3;
}
</style>
background-color css
<style>
a { background-color: #8B7FB3; }
a { background-color: rgb(139,127,179); }
div.DivClassName
{
background-color: #8B7FB3;
}
.BgClassName
{
background-color: #8B7FB3;
}
</style>
border-color css
<style>
span { border-color: #8B7FB3; }
span { border-color: rgb(139,127,179); }
td.TdClassName
{
border-color: #8B7FB3;
}
.TagClassName
{
border-color: #8B7FB3;
}
</style>