Shades of Deluge #867FA6
Tints of Deluge #867FA6
RGB
CMYK
RGB Variations
Color information
#867FA6 (or 0x867FA6) is known color: Deluge. HEX triplet: 86, 7F and A6. RGB value is (134,127,166). Sum of RGB (Red+Green+Blue) = 134+127+166=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 166 - color contains mainly: blue. Hex color #867FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867FA6 is #798059. Grayscale: #858585. Windows color (decimal): -7962714 or 10911622. OLE color: 10911622.
HSL color Cylindrical-coordinate representation of color #867FA6: hue angle of 250.77º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #867FA6 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 127 | 166 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.35 |
| HSL | 250.77º | 0.18% | 0.57% | - |
| HSV(B) | 250.77º | 0.23% | 0.65% | - |
| XYZ | 24.3 | 23 | 39.23 | - |
| YUV | 133.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 166 | 0.19 | 0.23 | 0 | 0.35 | 250.77 | 0.18 | 0.57 |
| Hex | 86 | 7F | A6 | 13 | 17 | 0 | 23 | FB | 12 | 39 |
| Octal | 206 | 177 | 246 | 23 | 27 | 0 | 43 | 373 | 22 | 71 |
| Binary | 10000110 | 1111111 | 10100110 | 10011 | 10111 | 0 | 100011 | 11111011 | 10010 | 111001 |
Color Harmonies of #867FA6
Complementary color
Monochromatic Colors of #867FA6
Black with #867FA6
Text Example
Text Example
White with #867FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867FA6; }
p { color: rgb(134,127,166); }
H1.HeaderClassName
{
color: #867FA6;
}
.AnyTagClassName
{
color: #867FA6;
}
</style>
background-color css
<style>
a { background-color: #867FA6; }
a { background-color: rgb(134,127,166); }
div.DivClassName
{
background-color: #867FA6;
}
.BgClassName
{
background-color: #867FA6;
}
</style>
border-color css
<style>
span { border-color: #867FA6; }
span { border-color: rgb(134,127,166); }
td.TdClassName
{
border-color: #867FA6;
}
.TagClassName
{
border-color: #867FA6;
}
</style>