Shades of Deluge #8770B3
Tints of Deluge #8770B3
RGB
CMYK
RGB Variations
Color information
#8770B3 (or 0x8770B3) is known color: Deluge. HEX triplet: 87, 70 and B3. RGB value is (135,112,179). Sum of RGB (Red+Green+Blue) = 135+112+179=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 179 - color contains mainly: blue. Hex color #8770B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8770B3 is #788F4C. Grayscale: #7E7E7E. Windows color (decimal): -7901005 or 11759751. OLE color: 11759751.
HSL color Cylindrical-coordinate representation of color #8770B3: hue angle of 260.6º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8770B3 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 112 | 179 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.30 |
| HSL | 260.6º | 0.31% | 0.57% | - |
| HSV(B) | 260.6º | 0.37% | 0.7% | - |
| XYZ | 23.92 | 19.99 | 45.25 | - |
| YUV | 126.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 112 | 179 | 0.25 | 0.37 | 0 | 0.30 | 260.6 | 0.31 | 0.57 |
| Hex | 87 | 70 | B3 | 19 | 25 | 0 | 1E | 105 | 1F | 39 |
| Octal | 207 | 160 | 263 | 31 | 45 | 0 | 36 | 405 | 37 | 71 |
| Binary | 10000111 | 1110000 | 10110011 | 11001 | 100101 | 0 | 11110 | 100000101 | 11111 | 111001 |
Color Harmonies of #8770B3
Complementary color
Monochromatic Colors of #8770B3
Black with #8770B3
Text Example
Text Example
White with #8770B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8770B3; }
p { color: rgb(135,112,179); }
H1.HeaderClassName
{
color: #8770B3;
}
.AnyTagClassName
{
color: #8770B3;
}
</style>
background-color css
<style>
a { background-color: #8770B3; }
a { background-color: rgb(135,112,179); }
div.DivClassName
{
background-color: #8770B3;
}
.BgClassName
{
background-color: #8770B3;
}
</style>
border-color css
<style>
span { border-color: #8770B3; }
span { border-color: rgb(135,112,179); }
td.TdClassName
{
border-color: #8770B3;
}
.TagClassName
{
border-color: #8770B3;
}
</style>