Shades of Deluge #8773B2
Tints of Deluge #8773B2
RGB
CMYK
RGB Variations
Color information
#8773B2 (or 0x8773B2) is known color: Deluge. HEX triplet: 87, 73 and B2. RGB value is (135,115,178). Sum of RGB (Red+Green+Blue) = 135+115+178=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 178 - color contains mainly: blue. Hex color #8773B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8773B2 is #788C4D. Grayscale: #7F7F7F. Windows color (decimal): -7900238 or 11694983. OLE color: 11694983.
HSL color Cylindrical-coordinate representation of color #8773B2: hue angle of 259.05º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8773B2 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 115 | 178 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.30 |
| HSL | 259.05º | 0.29% | 0.57% | - |
| HSV(B) | 259.05º | 0.35% | 0.7% | - |
| XYZ | 24.16 | 20.63 | 44.83 | - |
| YUV | 128.16 | 156.13 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 115 | 178 | 0.24 | 0.35 | 0 | 0.30 | 259.05 | 0.29 | 0.57 |
| Hex | 87 | 73 | B2 | 18 | 23 | 0 | 1E | 103 | 1D | 39 |
| Octal | 207 | 163 | 262 | 30 | 43 | 0 | 36 | 403 | 35 | 71 |
| Binary | 10000111 | 1110011 | 10110010 | 11000 | 100011 | 0 | 11110 | 100000011 | 11101 | 111001 |
Color Harmonies of #8773B2
Complementary color
Monochromatic Colors of #8773B2
Black with #8773B2
Text Example
Text Example
White with #8773B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8773B2; }
p { color: rgb(135,115,178); }
H1.HeaderClassName
{
color: #8773B2;
}
.AnyTagClassName
{
color: #8773B2;
}
</style>
background-color css
<style>
a { background-color: #8773B2; }
a { background-color: rgb(135,115,178); }
div.DivClassName
{
background-color: #8773B2;
}
.BgClassName
{
background-color: #8773B2;
}
</style>
border-color css
<style>
span { border-color: #8773B2; }
span { border-color: rgb(135,115,178); }
td.TdClassName
{
border-color: #8773B2;
}
.TagClassName
{
border-color: #8773B2;
}
</style>