Shades of Deluge #867F9C
Tints of Deluge #867F9C
RGB
CMYK
RGB Variations
Color information
#867F9C (or 0x867F9C) is known color: Deluge. HEX triplet: 86, 7F and 9C. RGB value is (134,127,156). Sum of RGB (Red+Green+Blue) = 134+127+156=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #867F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867F9C is #798063. Grayscale: #848484. Windows color (decimal): -7962724 or 10256262. OLE color: 10256262.
HSL color Cylindrical-coordinate representation of color #867F9C: hue angle of 254.48º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #867F9C is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 127 | 156 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.39 |
| HSL | 254.48º | 0.13% | 0.55% | - |
| HSV(B) | 254.48º | 0.19% | 0.61% | - |
| XYZ | 23.42 | 22.65 | 34.59 | - |
| YUV | 132.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 156 | 0.14 | 0.19 | 0 | 0.39 | 254.48 | 0.13 | 0.55 |
| Hex | 86 | 7F | 9C | E | 13 | 0 | 27 | FE | D | 37 |
| Octal | 206 | 177 | 234 | 16 | 23 | 0 | 47 | 376 | 15 | 67 |
| Binary | 10000110 | 1111111 | 10011100 | 1110 | 10011 | 0 | 100111 | 11111110 | 1101 | 110111 |
Color Harmonies of #867F9C
Complementary color
Monochromatic Colors of #867F9C
Black with #867F9C
Text Example
Text Example
White with #867F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F9C; }
p { color: rgb(134,127,156); }
H1.HeaderClassName
{
color: #867F9C;
}
.AnyTagClassName
{
color: #867F9C;
}
</style>
background-color css
<style>
a { background-color: #867F9C; }
a { background-color: rgb(134,127,156); }
div.DivClassName
{
background-color: #867F9C;
}
.BgClassName
{
background-color: #867F9C;
}
</style>
border-color css
<style>
span { border-color: #867F9C; }
span { border-color: rgb(134,127,156); }
td.TdClassName
{
border-color: #867F9C;
}
.TagClassName
{
border-color: #867F9C;
}
</style>