Shades of Deluge #867BA1
Tints of Deluge #867BA1
RGB
CMYK
RGB Variations
Color information
#867BA1 (or 0x867BA1) is known color: Deluge. HEX triplet: 86, 7B and A1. RGB value is (134,123,161). Sum of RGB (Red+Green+Blue) = 134+123+161=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 161 - color contains mainly: blue. Hex color #867BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867BA1 is #79845E. Grayscale: #828282. Windows color (decimal): -7963743 or 10582918. OLE color: 10582918.
HSL color Cylindrical-coordinate representation of color #867BA1: hue angle of 257.37º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #867BA1 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 123 | 161 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.37 |
| HSL | 257.37º | 0.17% | 0.56% | - |
| HSV(B) | 257.37º | 0.24% | 0.63% | - |
| XYZ | 23.35 | 21.81 | 36.7 | - |
| YUV | 130.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 161 | 0.17 | 0.24 | 0 | 0.37 | 257.37 | 0.17 | 0.56 |
| Hex | 86 | 7B | A1 | 11 | 18 | 0 | 25 | 101 | 11 | 38 |
| Octal | 206 | 173 | 241 | 21 | 30 | 0 | 45 | 401 | 21 | 70 |
| Binary | 10000110 | 1111011 | 10100001 | 10001 | 11000 | 0 | 100101 | 100000001 | 10001 | 111000 |
Color Harmonies of #867BA1
Complementary color
Monochromatic Colors of #867BA1
Black with #867BA1
Text Example
Text Example
White with #867BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BA1; }
p { color: rgb(134,123,161); }
H1.HeaderClassName
{
color: #867BA1;
}
.AnyTagClassName
{
color: #867BA1;
}
</style>
background-color css
<style>
a { background-color: #867BA1; }
a { background-color: rgb(134,123,161); }
div.DivClassName
{
background-color: #867BA1;
}
.BgClassName
{
background-color: #867BA1;
}
</style>
border-color css
<style>
span { border-color: #867BA1; }
span { border-color: rgb(134,123,161); }
td.TdClassName
{
border-color: #867BA1;
}
.TagClassName
{
border-color: #867BA1;
}
</style>