Shades of Ziggurat #8FAAAB
Tints of Ziggurat #8FAAAB
RGB
CMYK
RGB Variations
Color information
#8FAAAB (or 0x8FAAAB) is known color: Ziggurat. HEX triplet: 8F, AA and AB. RGB value is (143,170,171). Sum of RGB (Red+Green+Blue) = 143+170+171=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #8FAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAAAB is #705554. Grayscale: #A2A2A2. Windows color (decimal): -7361877 or 11250319. OLE color: 11250319.
HSL color Cylindrical-coordinate representation of color #8FAAAB: hue angle of 182.14º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FAAAB is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 171 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.33 |
| HSL | 182.14º | 0.14% | 0.62% | - |
| HSV(B) | 182.14º | 0.16% | 0.67% | - |
| XYZ | 33.05 | 37.53 | 44.03 | - |
| YUV | 162.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 171 | 0.16 | 0.01 | 0 | 0.33 | 182.14 | 0.14 | 0.62 |
| Hex | 8F | AA | AB | 10 | 1 | 0 | 21 | B6 | E | 3E |
| Octal | 217 | 252 | 253 | 20 | 1 | 0 | 41 | 266 | 16 | 76 |
| Binary | 10001111 | 10101010 | 10101011 | 10000 | 1 | 0 | 100001 | 10110110 | 1110 | 111110 |
Color Harmonies of #8FAAAB
Complementary color
Monochromatic Colors of #8FAAAB
Black with #8FAAAB
Text Example
Text Example
White with #8FAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAAB; }
p { color: rgb(143,170,171); }
H1.HeaderClassName
{
color: #8FAAAB;
}
.AnyTagClassName
{
color: #8FAAAB;
}
</style>
background-color css
<style>
a { background-color: #8FAAAB; }
a { background-color: rgb(143,170,171); }
div.DivClassName
{
background-color: #8FAAAB;
}
.BgClassName
{
background-color: #8FAAAB;
}
</style>
border-color css
<style>
span { border-color: #8FAAAB; }
span { border-color: rgb(143,170,171); }
td.TdClassName
{
border-color: #8FAAAB;
}
.TagClassName
{
border-color: #8FAAAB;
}
</style>