Shades of Deluge #8769B4
Tints of Deluge #8769B4
RGB
CMYK
RGB Variations
Color information
#8769B4 (or 0x8769B4) is known color: Deluge. HEX triplet: 87, 69 and B4. RGB value is (135,105,180). Sum of RGB (Red+Green+Blue) = 135+105+180=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #8769B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8769B4 is #78964B. Grayscale: #7A7A7A. Windows color (decimal): -7902796 or 11823495. OLE color: 11823495.
HSL color Cylindrical-coordinate representation of color #8769B4: hue angle of 264º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8769B4 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 105 | 180 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.29 |
| HSL | 264º | 0.33% | 0.56% | - |
| HSV(B) | 264º | 0.42% | 0.71% | - |
| XYZ | 23.28 | 18.55 | 45.53 | - |
| YUV | 122.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 105 | 180 | 0.25 | 0.42 | 0 | 0.29 | 264 | 0.33 | 0.56 |
| Hex | 87 | 69 | B4 | 19 | 2A | 0 | 1D | 108 | 21 | 38 |
| Octal | 207 | 151 | 264 | 31 | 52 | 0 | 35 | 410 | 41 | 70 |
| Binary | 10000111 | 1101001 | 10110100 | 11001 | 101010 | 0 | 11101 | 100001000 | 100001 | 111000 |
Color Harmonies of #8769B4
Complementary color
Monochromatic Colors of #8769B4
Black with #8769B4
Text Example
Text Example
White with #8769B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8769B4; }
p { color: rgb(135,105,180); }
H1.HeaderClassName
{
color: #8769B4;
}
.AnyTagClassName
{
color: #8769B4;
}
</style>
background-color css
<style>
a { background-color: #8769B4; }
a { background-color: rgb(135,105,180); }
div.DivClassName
{
background-color: #8769B4;
}
.BgClassName
{
background-color: #8769B4;
}
</style>
border-color css
<style>
span { border-color: #8769B4; }
span { border-color: rgb(135,105,180); }
td.TdClassName
{
border-color: #8769B4;
}
.TagClassName
{
border-color: #8769B4;
}
</style>