Shades of Botticelli #8AAAB1
Tints of Botticelli #8AAAB1
RGB
CMYK
RGB Variations
Color information
#8AAAB1 (or 0x8AAAB1) is known color: Botticelli. HEX triplet: 8A, AA and B1. RGB value is (138,170,177). Sum of RGB (Red+Green+Blue) = 138+170+177=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 177 - color contains mainly: blue. Hex color #8AAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAAB1 is #75554E. Grayscale: #A1A1A1. Windows color (decimal): -7689551 or 11643530. OLE color: 11643530.
HSL color Cylindrical-coordinate representation of color #8AAAB1: hue angle of 190.77º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AAAB1 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 170 | 177 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.31 |
| HSL | 190.77º | 0.2% | 0.62% | - |
| HSV(B) | 190.77º | 0.22% | 0.69% | - |
| XYZ | 32.79 | 37.33 | 47.07 | - |
| YUV | 161.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 177 | 0.22 | 0.04 | 0 | 0.31 | 190.77 | 0.2 | 0.62 |
| Hex | 8A | AA | B1 | 16 | 4 | 0 | 1F | BF | 14 | 3E |
| Octal | 212 | 252 | 261 | 26 | 4 | 0 | 37 | 277 | 24 | 76 |
| Binary | 10001010 | 10101010 | 10110001 | 10110 | 100 | 0 | 11111 | 10111111 | 10100 | 111110 |
Color Harmonies of #8AAAB1
Complementary color
Monochromatic Colors of #8AAAB1
Black with #8AAAB1
Text Example
Text Example
White with #8AAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAAB1; }
p { color: rgb(138,170,177); }
H1.HeaderClassName
{
color: #8AAAB1;
}
.AnyTagClassName
{
color: #8AAAB1;
}
</style>
background-color css
<style>
a { background-color: #8AAAB1; }
a { background-color: rgb(138,170,177); }
div.DivClassName
{
background-color: #8AAAB1;
}
.BgClassName
{
background-color: #8AAAB1;
}
</style>
border-color css
<style>
span { border-color: #8AAAB1; }
span { border-color: rgb(138,170,177); }
td.TdClassName
{
border-color: #8AAAB1;
}
.TagClassName
{
border-color: #8AAAB1;
}
</style>