Shades of Deluge #8779B3
Tints of Deluge #8779B3
RGB
CMYK
RGB Variations
Color information
#8779B3 (or 0x8779B3) is known color: Deluge. HEX triplet: 87, 79 and B3. RGB value is (135,121,179). Sum of RGB (Red+Green+Blue) = 135+121+179=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #8779B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8779B3 is #78864C. Grayscale: #838383. Windows color (decimal): -7898701 or 11762055. OLE color: 11762055.
HSL color Cylindrical-coordinate representation of color #8779B3: hue angle of 254.48º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8779B3 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 121 | 179 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.30 |
| HSL | 254.48º | 0.28% | 0.59% | - |
| HSV(B) | 254.48º | 0.32% | 0.7% | - |
| XYZ | 24.97 | 22.08 | 45.59 | - |
| YUV | 131.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 179 | 0.25 | 0.32 | 0 | 0.30 | 254.48 | 0.28 | 0.59 |
| Hex | 87 | 79 | B3 | 19 | 20 | 0 | 1E | FE | 1C | 3B |
| Octal | 207 | 171 | 263 | 31 | 40 | 0 | 36 | 376 | 34 | 73 |
| Binary | 10000111 | 1111001 | 10110011 | 11001 | 100000 | 0 | 11110 | 11111110 | 11100 | 111011 |
Color Harmonies of #8779B3
Complementary color
Monochromatic Colors of #8779B3
Black with #8779B3
Text Example
Text Example
White with #8779B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8779B3; }
p { color: rgb(135,121,179); }
H1.HeaderClassName
{
color: #8779B3;
}
.AnyTagClassName
{
color: #8779B3;
}
</style>
background-color css
<style>
a { background-color: #8779B3; }
a { background-color: rgb(135,121,179); }
div.DivClassName
{
background-color: #8779B3;
}
.BgClassName
{
background-color: #8779B3;
}
</style>
border-color css
<style>
span { border-color: #8779B3; }
span { border-color: rgb(135,121,179); }
td.TdClassName
{
border-color: #8779B3;
}
.TagClassName
{
border-color: #8779B3;
}
</style>