Shades of Botticelli #8AA7B3
Tints of Botticelli #8AA7B3
RGB
CMYK
RGB Variations
Color information
#8AA7B3 (or 0x8AA7B3) is known color: Botticelli. HEX triplet: 8A, A7 and B3. RGB value is (138,167,179). Sum of RGB (Red+Green+Blue) = 138+167+179=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 179 - color contains mainly: blue. Hex color #8AA7B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA7B3 is #75584C. Grayscale: #9F9F9F. Windows color (decimal): -7690317 or 11773834. OLE color: 11773834.
HSL color Cylindrical-coordinate representation of color #8AA7B3: hue angle of 197.56º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AA7B3 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 167 | 179 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.30 |
| HSL | 197.56º | 0.21% | 0.62% | - |
| HSV(B) | 197.56º | 0.23% | 0.7% | - |
| XYZ | 32.44 | 36.3 | 47.94 | - |
| YUV | 159.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 179 | 0.23 | 0.07 | 0 | 0.30 | 197.56 | 0.21 | 0.62 |
| Hex | 8A | A7 | B3 | 17 | 7 | 0 | 1E | C6 | 15 | 3E |
| Octal | 212 | 247 | 263 | 27 | 7 | 0 | 36 | 306 | 25 | 76 |
| Binary | 10001010 | 10100111 | 10110011 | 10111 | 111 | 0 | 11110 | 11000110 | 10101 | 111110 |
Color Harmonies of #8AA7B3
Complementary color
Monochromatic Colors of #8AA7B3
Black with #8AA7B3
Text Example
Text Example
White with #8AA7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA7B3; }
p { color: rgb(138,167,179); }
H1.HeaderClassName
{
color: #8AA7B3;
}
.AnyTagClassName
{
color: #8AA7B3;
}
</style>
background-color css
<style>
a { background-color: #8AA7B3; }
a { background-color: rgb(138,167,179); }
div.DivClassName
{
background-color: #8AA7B3;
}
.BgClassName
{
background-color: #8AA7B3;
}
</style>
border-color css
<style>
span { border-color: #8AA7B3; }
span { border-color: rgb(138,167,179); }
td.TdClassName
{
border-color: #8AA7B3;
}
.TagClassName
{
border-color: #8AA7B3;
}
</style>