Shades of Botticelli #92A7AD
Tints of Botticelli #92A7AD
RGB
CMYK
RGB Variations
Color information
#92A7AD (or 0x92A7AD) is known color: Botticelli. HEX triplet: 92, A7 and AD. RGB value is (146,167,173). Sum of RGB (Red+Green+Blue) = 146+167+173=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #92A7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A7AD is #6D5852. Grayscale: #A1A1A1. Windows color (decimal): -7166035 or 11380626. OLE color: 11380626.
HSL color Cylindrical-coordinate representation of color #92A7AD: hue angle of 193.33º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92A7AD is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 167 | 173 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.32 |
| HSL | 193.33º | 0.14% | 0.63% | - |
| HSV(B) | 193.33º | 0.16% | 0.68% | - |
| XYZ | 33.22 | 36.77 | 44.88 | - |
| YUV | 161.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 167 | 173 | 0.16 | 0.03 | 0 | 0.32 | 193.33 | 0.14 | 0.63 |
| Hex | 92 | A7 | AD | 10 | 3 | 0 | 20 | C1 | E | 3F |
| Octal | 222 | 247 | 255 | 20 | 3 | 0 | 40 | 301 | 16 | 77 |
| Binary | 10010010 | 10100111 | 10101101 | 10000 | 11 | 0 | 100000 | 11000001 | 1110 | 111111 |
Color Harmonies of #92A7AD
Complementary color
Monochromatic Colors of #92A7AD
Black with #92A7AD
Text Example
Text Example
White with #92A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A7AD; }
p { color: rgb(146,167,173); }
H1.HeaderClassName
{
color: #92A7AD;
}
.AnyTagClassName
{
color: #92A7AD;
}
</style>
background-color css
<style>
a { background-color: #92A7AD; }
a { background-color: rgb(146,167,173); }
div.DivClassName
{
background-color: #92A7AD;
}
.BgClassName
{
background-color: #92A7AD;
}
</style>
border-color css
<style>
span { border-color: #92A7AD; }
span { border-color: rgb(146,167,173); }
td.TdClassName
{
border-color: #92A7AD;
}
.TagClassName
{
border-color: #92A7AD;
}
</style>