Shades of Deluge #867FA9
Tints of Deluge #867FA9
RGB
CMYK
RGB Variations
Color information
#867FA9 (or 0x867FA9) is known color: Deluge. HEX triplet: 86, 7F and A9. RGB value is (134,127,169). Sum of RGB (Red+Green+Blue) = 134+127+169=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 169 - color contains mainly: blue. Hex color #867FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867FA9 is #798056. Grayscale: #858585. Windows color (decimal): -7962711 or 11108230. OLE color: 11108230.
HSL color Cylindrical-coordinate representation of color #867FA9: hue angle of 250º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867FA9 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 127 | 169 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.34 |
| HSL | 250º | 0.2% | 0.58% | - |
| HSV(B) | 250º | 0.25% | 0.66% | - |
| XYZ | 24.58 | 23.11 | 40.7 | - |
| YUV | 133.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 169 | 0.21 | 0.25 | 0 | 0.34 | 250 | 0.2 | 0.58 |
| Hex | 86 | 7F | A9 | 15 | 19 | 0 | 22 | FA | 14 | 3A |
| Octal | 206 | 177 | 251 | 25 | 31 | 0 | 42 | 372 | 24 | 72 |
| Binary | 10000110 | 1111111 | 10101001 | 10101 | 11001 | 0 | 100010 | 11111010 | 10100 | 111010 |
Color Harmonies of #867FA9
Complementary color
Monochromatic Colors of #867FA9
Black with #867FA9
Text Example
Text Example
White with #867FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867FA9; }
p { color: rgb(134,127,169); }
H1.HeaderClassName
{
color: #867FA9;
}
.AnyTagClassName
{
color: #867FA9;
}
</style>
background-color css
<style>
a { background-color: #867FA9; }
a { background-color: rgb(134,127,169); }
div.DivClassName
{
background-color: #867FA9;
}
.BgClassName
{
background-color: #867FA9;
}
</style>
border-color css
<style>
span { border-color: #867FA9; }
span { border-color: rgb(134,127,169); }
td.TdClassName
{
border-color: #867FA9;
}
.TagClassName
{
border-color: #867FA9;
}
</style>