Shades of Deluge #8672B6
Tints of Deluge #8672B6
RGB
CMYK
RGB Variations
Color information
#8672B6 (or 0x8672B6) is known color: Deluge. HEX triplet: 86, 72 and B6. RGB value is (134,114,182). Sum of RGB (Red+Green+Blue) = 134+114+182=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 182 - color contains mainly: blue. Hex color #8672B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8672B6 is #798D49. Grayscale: #7F7F7F. Windows color (decimal): -7966026 or 11956870. OLE color: 11956870.
HSL color Cylindrical-coordinate representation of color #8672B6: hue angle of 257.65º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8672B6 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 114 | 182 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.29 |
| HSL | 257.65º | 0.32% | 0.58% | - |
| HSV(B) | 257.65º | 0.37% | 0.71% | - |
| XYZ | 24.29 | 20.48 | 46.93 | - |
| YUV | 127.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 182 | 0.26 | 0.37 | 0 | 0.29 | 257.65 | 0.32 | 0.58 |
| Hex | 86 | 72 | B6 | 1A | 25 | 0 | 1D | 102 | 20 | 3A |
| Octal | 206 | 162 | 266 | 32 | 45 | 0 | 35 | 402 | 40 | 72 |
| Binary | 10000110 | 1110010 | 10110110 | 11010 | 100101 | 0 | 11101 | 100000010 | 100000 | 111010 |
Color Harmonies of #8672B6
Complementary color
Monochromatic Colors of #8672B6
Black with #8672B6
Text Example
Text Example
White with #8672B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8672B6; }
p { color: rgb(134,114,182); }
H1.HeaderClassName
{
color: #8672B6;
}
.AnyTagClassName
{
color: #8672B6;
}
</style>
background-color css
<style>
a { background-color: #8672B6; }
a { background-color: rgb(134,114,182); }
div.DivClassName
{
background-color: #8672B6;
}
.BgClassName
{
background-color: #8672B6;
}
</style>
border-color css
<style>
span { border-color: #8672B6; }
span { border-color: rgb(134,114,182); }
td.TdClassName
{
border-color: #8672B6;
}
.TagClassName
{
border-color: #8672B6;
}
</style>