Shades of Deluge #8778AF
Tints of Deluge #8778AF
RGB
CMYK
RGB Variations
Color information
#8778AF (or 0x8778AF) is known color: Deluge. HEX triplet: 87, 78 and AF. RGB value is (135,120,175). Sum of RGB (Red+Green+Blue) = 135+120+175=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #8778AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8778AF is #788750. Grayscale: #828282. Windows color (decimal): -7898961 or 11499655. OLE color: 11499655.
HSL color Cylindrical-coordinate representation of color #8778AF: hue angle of 256.36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8778AF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 120 | 175 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.31 |
| HSL | 256.36º | 0.26% | 0.58% | - |
| HSV(B) | 256.36º | 0.31% | 0.69% | - |
| XYZ | 24.45 | 21.68 | 43.45 | - |
| YUV | 130.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 175 | 0.23 | 0.31 | 0 | 0.31 | 256.36 | 0.26 | 0.58 |
| Hex | 87 | 78 | AF | 17 | 1F | 0 | 1F | 100 | 1A | 3A |
| Octal | 207 | 170 | 257 | 27 | 37 | 0 | 37 | 400 | 32 | 72 |
| Binary | 10000111 | 1111000 | 10101111 | 10111 | 11111 | 0 | 11111 | 100000000 | 11010 | 111010 |
Color Harmonies of #8778AF
Complementary color
Monochromatic Colors of #8778AF
Black with #8778AF
Text Example
Text Example
White with #8778AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8778AF; }
p { color: rgb(135,120,175); }
H1.HeaderClassName
{
color: #8778AF;
}
.AnyTagClassName
{
color: #8778AF;
}
</style>
background-color css
<style>
a { background-color: #8778AF; }
a { background-color: rgb(135,120,175); }
div.DivClassName
{
background-color: #8778AF;
}
.BgClassName
{
background-color: #8778AF;
}
</style>
border-color css
<style>
span { border-color: #8778AF; }
span { border-color: rgb(135,120,175); }
td.TdClassName
{
border-color: #8778AF;
}
.TagClassName
{
border-color: #8778AF;
}
</style>