Shades of Deluge #8676B2
Tints of Deluge #8676B2
RGB
CMYK
RGB Variations
Color information
#8676B2 (or 0x8676B2) is known color: Deluge. HEX triplet: 86, 76 and B2. RGB value is (134,118,178). Sum of RGB (Red+Green+Blue) = 134+118+178=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 178 - color contains mainly: blue. Hex color #8676B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8676B2 is #79894D. Grayscale: #818181. Windows color (decimal): -7965006 or 11695750. OLE color: 11695750.
HSL color Cylindrical-coordinate representation of color #8676B2: hue angle of 256º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8676B2 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 118 | 178 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.30 |
| HSL | 256º | 0.28% | 0.58% | - |
| HSV(B) | 256º | 0.34% | 0.7% | - |
| XYZ | 24.35 | 21.24 | 44.94 | - |
| YUV | 129.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 178 | 0.25 | 0.34 | 0 | 0.30 | 256 | 0.28 | 0.58 |
| Hex | 86 | 76 | B2 | 19 | 22 | 0 | 1E | 100 | 1C | 3A |
| Octal | 206 | 166 | 262 | 31 | 42 | 0 | 36 | 400 | 34 | 72 |
| Binary | 10000110 | 1110110 | 10110010 | 11001 | 100010 | 0 | 11110 | 100000000 | 11100 | 111010 |
Color Harmonies of #8676B2
Complementary color
Monochromatic Colors of #8676B2
Black with #8676B2
Text Example
Text Example
White with #8676B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8676B2; }
p { color: rgb(134,118,178); }
H1.HeaderClassName
{
color: #8676B2;
}
.AnyTagClassName
{
color: #8676B2;
}
</style>
background-color css
<style>
a { background-color: #8676B2; }
a { background-color: rgb(134,118,178); }
div.DivClassName
{
background-color: #8676B2;
}
.BgClassName
{
background-color: #8676B2;
}
</style>
border-color css
<style>
span { border-color: #8676B2; }
span { border-color: rgb(134,118,178); }
td.TdClassName
{
border-color: #8676B2;
}
.TagClassName
{
border-color: #8676B2;
}
</style>