Shades of Ziggurat #899FA3
Tints of Ziggurat #899FA3
RGB
CMYK
RGB Variations
Color information
#899FA3 (or 0x899FA3) is known color: Ziggurat. HEX triplet: 89, 9F and A3. RGB value is (137,159,163). Sum of RGB (Red+Green+Blue) = 137+159+163=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 163 - color contains mainly: blue. Hex color #899FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899FA3 is #76605C. Grayscale: #989898. Windows color (decimal): -7757917 or 10723209. OLE color: 10723209.
HSL color Cylindrical-coordinate representation of color #899FA3: hue angle of 189.23º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #899FA3 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 159 | 163 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.36 |
| HSL | 189.23º | 0.12% | 0.59% | - |
| HSV(B) | 189.23º | 0.16% | 0.64% | - |
| XYZ | 29.33 | 32.76 | 39.43 | - |
| YUV | 152.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 163 | 0.16 | 0.02 | 0 | 0.36 | 189.23 | 0.12 | 0.59 |
| Hex | 89 | 9F | A3 | 10 | 2 | 0 | 24 | BD | C | 3B |
| Octal | 211 | 237 | 243 | 20 | 2 | 0 | 44 | 275 | 14 | 73 |
| Binary | 10001001 | 10011111 | 10100011 | 10000 | 10 | 0 | 100100 | 10111101 | 1100 | 111011 |
Color Harmonies of #899FA3
Complementary color
Monochromatic Colors of #899FA3
Black with #899FA3
Text Example
Text Example
White with #899FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899FA3; }
p { color: rgb(137,159,163); }
H1.HeaderClassName
{
color: #899FA3;
}
.AnyTagClassName
{
color: #899FA3;
}
</style>
background-color css
<style>
a { background-color: #899FA3; }
a { background-color: rgb(137,159,163); }
div.DivClassName
{
background-color: #899FA3;
}
.BgClassName
{
background-color: #899FA3;
}
</style>
border-color css
<style>
span { border-color: #899FA3; }
span { border-color: rgb(137,159,163); }
td.TdClassName
{
border-color: #899FA3;
}
.TagClassName
{
border-color: #899FA3;
}
</style>