Shades of Deluge #867BA6
Tints of Deluge #867BA6
RGB
CMYK
RGB Variations
Color information
#867BA6 (or 0x867BA6) is known color: Deluge. HEX triplet: 86, 7B and A6. RGB value is (134,123,166). Sum of RGB (Red+Green+Blue) = 134+123+166=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 166 - color contains mainly: blue. Hex color #867BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867BA6 is #798459. Grayscale: #838383. Windows color (decimal): -7963738 or 10910598. OLE color: 10910598.
HSL color Cylindrical-coordinate representation of color #867BA6: hue angle of 255.35º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #867BA6 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 123 | 166 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.35 |
| HSL | 255.35º | 0.19% | 0.57% | - |
| HSV(B) | 255.35º | 0.26% | 0.65% | - |
| XYZ | 23.8 | 21.99 | 39.07 | - |
| YUV | 131.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 166 | 0.19 | 0.26 | 0 | 0.35 | 255.35 | 0.19 | 0.57 |
| Hex | 86 | 7B | A6 | 13 | 1A | 0 | 23 | FF | 13 | 39 |
| Octal | 206 | 173 | 246 | 23 | 32 | 0 | 43 | 377 | 23 | 71 |
| Binary | 10000110 | 1111011 | 10100110 | 10011 | 11010 | 0 | 100011 | 11111111 | 10011 | 111001 |
Color Harmonies of #867BA6
Complementary color
Monochromatic Colors of #867BA6
Black with #867BA6
Text Example
Text Example
White with #867BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BA6; }
p { color: rgb(134,123,166); }
H1.HeaderClassName
{
color: #867BA6;
}
.AnyTagClassName
{
color: #867BA6;
}
</style>
background-color css
<style>
a { background-color: #867BA6; }
a { background-color: rgb(134,123,166); }
div.DivClassName
{
background-color: #867BA6;
}
.BgClassName
{
background-color: #867BA6;
}
</style>
border-color css
<style>
span { border-color: #867BA6; }
span { border-color: rgb(134,123,166); }
td.TdClassName
{
border-color: #867BA6;
}
.TagClassName
{
border-color: #867BA6;
}
</style>