Shades of Ziggurat #869DA2
Tints of Ziggurat #869DA2
RGB
CMYK
RGB Variations
Color information
#869DA2 (or 0x869DA2) is known color: Ziggurat. HEX triplet: 86, 9D and A2. RGB value is (134,157,162). Sum of RGB (Red+Green+Blue) = 134+157+162=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 162 - color contains mainly: blue. Hex color #869DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869DA2 is #79625D. Grayscale: #969696. Windows color (decimal): -7955038 or 10657158. OLE color: 10657158.
HSL color Cylindrical-coordinate representation of color #869DA2: hue angle of 190.71º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #869DA2 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 157 | 162 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.36 |
| HSL | 190.71º | 0.13% | 0.58% | - |
| HSV(B) | 190.71º | 0.17% | 0.64% | - |
| XYZ | 28.41 | 31.79 | 38.82 | - |
| YUV | 150.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 162 | 0.17 | 0.03 | 0 | 0.36 | 190.71 | 0.13 | 0.58 |
| Hex | 86 | 9D | A2 | 11 | 3 | 0 | 24 | BF | D | 3A |
| Octal | 206 | 235 | 242 | 21 | 3 | 0 | 44 | 277 | 15 | 72 |
| Binary | 10000110 | 10011101 | 10100010 | 10001 | 11 | 0 | 100100 | 10111111 | 1101 | 111010 |
Color Harmonies of #869DA2
Complementary color
Monochromatic Colors of #869DA2
Black with #869DA2
Text Example
Text Example
White with #869DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869DA2; }
p { color: rgb(134,157,162); }
H1.HeaderClassName
{
color: #869DA2;
}
.AnyTagClassName
{
color: #869DA2;
}
</style>
background-color css
<style>
a { background-color: #869DA2; }
a { background-color: rgb(134,157,162); }
div.DivClassName
{
background-color: #869DA2;
}
.BgClassName
{
background-color: #869DA2;
}
</style>
border-color css
<style>
span { border-color: #869DA2; }
span { border-color: rgb(134,157,162); }
td.TdClassName
{
border-color: #869DA2;
}
.TagClassName
{
border-color: #869DA2;
}
</style>