Shades of Botticelli #92A9B1
Tints of Botticelli #92A9B1
RGB
CMYK
RGB Variations
Color information
#92A9B1 (or 0x92A9B1) is known color: Botticelli. HEX triplet: 92, A9 and B1. RGB value is (146,169,177). Sum of RGB (Red+Green+Blue) = 146+169+177=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 177 - color contains mainly: blue. Hex color #92A9B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A9B1 is #6D564E. Grayscale: #A2A2A2. Windows color (decimal): -7165519 or 11643282. OLE color: 11643282.
HSL color Cylindrical-coordinate representation of color #92A9B1: hue angle of 195.48º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92A9B1 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 169 | 177 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.31 |
| HSL | 195.48º | 0.17% | 0.63% | - |
| HSV(B) | 195.48º | 0.18% | 0.69% | - |
| XYZ | 33.98 | 37.66 | 47.07 | - |
| YUV | 163.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 169 | 177 | 0.18 | 0.05 | 0 | 0.31 | 195.48 | 0.17 | 0.63 |
| Hex | 92 | A9 | B1 | 12 | 5 | 0 | 1F | C3 | 11 | 3F |
| Octal | 222 | 251 | 261 | 22 | 5 | 0 | 37 | 303 | 21 | 77 |
| Binary | 10010010 | 10101001 | 10110001 | 10010 | 101 | 0 | 11111 | 11000011 | 10001 | 111111 |
Color Harmonies of #92A9B1
Complementary color
Monochromatic Colors of #92A9B1
Black with #92A9B1
Text Example
Text Example
White with #92A9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A9B1; }
p { color: rgb(146,169,177); }
H1.HeaderClassName
{
color: #92A9B1;
}
.AnyTagClassName
{
color: #92A9B1;
}
</style>
background-color css
<style>
a { background-color: #92A9B1; }
a { background-color: rgb(146,169,177); }
div.DivClassName
{
background-color: #92A9B1;
}
.BgClassName
{
background-color: #92A9B1;
}
</style>
border-color css
<style>
span { border-color: #92A9B1; }
span { border-color: rgb(146,169,177); }
td.TdClassName
{
border-color: #92A9B1;
}
.TagClassName
{
border-color: #92A9B1;
}
</style>