Shades of Deluge #8672B2
Tints of Deluge #8672B2
RGB
CMYK
RGB Variations
Color information
#8672B2 (or 0x8672B2) is known color: Deluge. HEX triplet: 86, 72 and B2. RGB value is (134,114,178). Sum of RGB (Red+Green+Blue) = 134+114+178=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 178 - color contains mainly: blue. Hex color #8672B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8672B2 is #798D4D. Grayscale: #7F7F7F. Windows color (decimal): -7966030 or 11694726. OLE color: 11694726.
HSL color Cylindrical-coordinate representation of color #8672B2: hue angle of 258.75º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8672B2 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 114 | 178 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.30 |
| HSL | 258.75º | 0.29% | 0.57% | - |
| HSV(B) | 258.75º | 0.36% | 0.7% | - |
| XYZ | 23.88 | 20.32 | 44.78 | - |
| YUV | 127.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 178 | 0.25 | 0.36 | 0 | 0.30 | 258.75 | 0.29 | 0.57 |
| Hex | 86 | 72 | B2 | 19 | 24 | 0 | 1E | 103 | 1D | 39 |
| Octal | 206 | 162 | 262 | 31 | 44 | 0 | 36 | 403 | 35 | 71 |
| Binary | 10000110 | 1110010 | 10110010 | 11001 | 100100 | 0 | 11110 | 100000011 | 11101 | 111001 |
Color Harmonies of #8672B2
Complementary color
Monochromatic Colors of #8672B2
Black with #8672B2
Text Example
Text Example
White with #8672B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8672B2; }
p { color: rgb(134,114,178); }
H1.HeaderClassName
{
color: #8672B2;
}
.AnyTagClassName
{
color: #8672B2;
}
</style>
background-color css
<style>
a { background-color: #8672B2; }
a { background-color: rgb(134,114,178); }
div.DivClassName
{
background-color: #8672B2;
}
.BgClassName
{
background-color: #8672B2;
}
</style>
border-color css
<style>
span { border-color: #8672B2; }
span { border-color: rgb(134,114,178); }
td.TdClassName
{
border-color: #8672B2;
}
.TagClassName
{
border-color: #8672B2;
}
</style>