Shades of Deluge #8778B4
Tints of Deluge #8778B4
RGB
CMYK
RGB Variations
Color information
#8778B4 (or 0x8778B4) is known color: Deluge. HEX triplet: 87, 78 and B4. RGB value is (135,120,180). Sum of RGB (Red+Green+Blue) = 135+120+180=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #8778B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8778B4 is #78874B. Grayscale: #838383. Windows color (decimal): -7898956 or 11827335. OLE color: 11827335.
HSL color Cylindrical-coordinate representation of color #8778B4: hue angle of 255º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8778B4 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 120 | 180 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.29 |
| HSL | 255º | 0.29% | 0.59% | - |
| HSV(B) | 255º | 0.33% | 0.71% | - |
| XYZ | 24.95 | 21.88 | 46.09 | - |
| YUV | 131.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 180 | 0.25 | 0.33 | 0 | 0.29 | 255 | 0.29 | 0.59 |
| Hex | 87 | 78 | B4 | 19 | 21 | 0 | 1D | FF | 1D | 3B |
| Octal | 207 | 170 | 264 | 31 | 41 | 0 | 35 | 377 | 35 | 73 |
| Binary | 10000111 | 1111000 | 10110100 | 11001 | 100001 | 0 | 11101 | 11111111 | 11101 | 111011 |
Color Harmonies of #8778B4
Complementary color
Monochromatic Colors of #8778B4
Black with #8778B4
Text Example
Text Example
White with #8778B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8778B4; }
p { color: rgb(135,120,180); }
H1.HeaderClassName
{
color: #8778B4;
}
.AnyTagClassName
{
color: #8778B4;
}
</style>
background-color css
<style>
a { background-color: #8778B4; }
a { background-color: rgb(135,120,180); }
div.DivClassName
{
background-color: #8778B4;
}
.BgClassName
{
background-color: #8778B4;
}
</style>
border-color css
<style>
span { border-color: #8778B4; }
span { border-color: rgb(135,120,180); }
td.TdClassName
{
border-color: #8778B4;
}
.TagClassName
{
border-color: #8778B4;
}
</style>