Shades of Ziggurat #869FA4
Tints of Ziggurat #869FA4
RGB
CMYK
RGB Variations
Color information
#869FA4 (or 0x869FA4) is known color: Ziggurat. HEX triplet: 86, 9F and A4. RGB value is (134,159,164). Sum of RGB (Red+Green+Blue) = 134+159+164=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 164 - color contains mainly: blue. Hex color #869FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869FA4 is #79605B. Grayscale: #989898. Windows color (decimal): -7954524 or 10788742. OLE color: 10788742.
HSL color Cylindrical-coordinate representation of color #869FA4: hue angle of 190º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #869FA4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 159 | 164 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.36 |
| HSL | 190º | 0.14% | 0.58% | - |
| HSV(B) | 190º | 0.18% | 0.64% | - |
| XYZ | 28.93 | 32.54 | 39.88 | - |
| YUV | 152.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 164 | 0.18 | 0.03 | 0 | 0.36 | 190 | 0.14 | 0.58 |
| Hex | 86 | 9F | A4 | 12 | 3 | 0 | 24 | BE | E | 3A |
| Octal | 206 | 237 | 244 | 22 | 3 | 0 | 44 | 276 | 16 | 72 |
| Binary | 10000110 | 10011111 | 10100100 | 10010 | 11 | 0 | 100100 | 10111110 | 1110 | 111010 |
Color Harmonies of #869FA4
Complementary color
Monochromatic Colors of #869FA4
Black with #869FA4
Text Example
Text Example
White with #869FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FA4; }
p { color: rgb(134,159,164); }
H1.HeaderClassName
{
color: #869FA4;
}
.AnyTagClassName
{
color: #869FA4;
}
</style>
background-color css
<style>
a { background-color: #869FA4; }
a { background-color: rgb(134,159,164); }
div.DivClassName
{
background-color: #869FA4;
}
.BgClassName
{
background-color: #869FA4;
}
</style>
border-color css
<style>
span { border-color: #869FA4; }
span { border-color: rgb(134,159,164); }
td.TdClassName
{
border-color: #869FA4;
}
.TagClassName
{
border-color: #869FA4;
}
</style>