Shades of Deluge #8768B4
Tints of Deluge #8768B4
RGB
CMYK
RGB Variations
Color information
#8768B4 (or 0x8768B4) is known color: Deluge. HEX triplet: 87, 68 and B4. RGB value is (135,104,180). Sum of RGB (Red+Green+Blue) = 135+104+180=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #8768B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8768B4 is #78974B. Grayscale: #797979. Windows color (decimal): -7903052 or 11823239. OLE color: 11823239.
HSL color Cylindrical-coordinate representation of color #8768B4: hue angle of 264.47º degrees, saturation: 0.34, 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 #8768B4 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 104 | 180 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.29 |
| HSL | 264.47º | 0.34% | 0.56% | - |
| HSV(B) | 264.47º | 0.42% | 0.71% | - |
| XYZ | 23.18 | 18.35 | 45.5 | - |
| YUV | 121.93 | 160.77 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 180 | 0.25 | 0.42 | 0 | 0.29 | 264.47 | 0.34 | 0.56 |
| Hex | 87 | 68 | B4 | 19 | 2A | 0 | 1D | 108 | 22 | 38 |
| Octal | 207 | 150 | 264 | 31 | 52 | 0 | 35 | 410 | 42 | 70 |
| Binary | 10000111 | 1101000 | 10110100 | 11001 | 101010 | 0 | 11101 | 100001000 | 100010 | 111000 |
Color Harmonies of #8768B4
Complementary color
Monochromatic Colors of #8768B4
Black with #8768B4
Text Example
Text Example
White with #8768B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8768B4; }
p { color: rgb(135,104,180); }
H1.HeaderClassName
{
color: #8768B4;
}
.AnyTagClassName
{
color: #8768B4;
}
</style>
background-color css
<style>
a { background-color: #8768B4; }
a { background-color: rgb(135,104,180); }
div.DivClassName
{
background-color: #8768B4;
}
.BgClassName
{
background-color: #8768B4;
}
</style>
border-color css
<style>
span { border-color: #8768B4; }
span { border-color: rgb(135,104,180); }
td.TdClassName
{
border-color: #8768B4;
}
.TagClassName
{
border-color: #8768B4;
}
</style>