Shades of Botticelli #8FABB7
Tints of Botticelli #8FABB7
RGB
CMYK
RGB Variations
Color information
#8FABB7 (or 0x8FABB7) is known color: Botticelli. HEX triplet: 8F, AB and B7. RGB value is (143,171,183). Sum of RGB (Red+Green+Blue) = 143+171+183=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 183 - color contains mainly: blue. Hex color #8FABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABB7 is #705448. Grayscale: #A3A3A3. Windows color (decimal): -7361609 or 12037007. OLE color: 12037007.
HSL color Cylindrical-coordinate representation of color #8FABB7: hue angle of 198º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8FABB7 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 143 | 171 | 183 | - |
CMYK | 0.22 | 0.07 | 0 | 0.28 |
HSL | 198º | 0.22% | 0.64% | - |
HSV(B) | 198º | 0.22% | 0.72% | - |
XYZ | 34.44 | 38.38 | 50.39 | - |
YUV | 164 | 138.72 | 113.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 171 | 183 | 0.22 | 0.07 | 0 | 0.28 | 198 | 0.22 | 0.64 |
Hex | 8F | AB | B7 | 16 | 7 | 0 | 1C | C6 | 16 | 40 |
Octal | 217 | 253 | 267 | 26 | 7 | 0 | 34 | 306 | 26 | 100 |
Binary | 10001111 | 10101011 | 10110111 | 10110 | 111 | 0 | 11100 | 11000110 | 10110 | 1000000 |
Color Harmonies of #8FABB7
Complementary color
Monochromatic Colors of #8FABB7
Black with #8FABB7
Text Example
Text Example
White with #8FABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABB7; }
p { color: rgb(143,171,183); }
H1.HeaderClassName
{
color: #8FABB7;
}
.AnyTagClassName
{
color: #8FABB7;
}
</style>
background-color css
<style>
a { background-color: #8FABB7; }
a { background-color: rgb(143,171,183); }
div.DivClassName
{
background-color: #8FABB7;
}
.BgClassName
{
background-color: #8FABB7;
}
</style>
border-color css
<style>
span { border-color: #8FABB7; }
span { border-color: rgb(143,171,183); }
td.TdClassName
{
border-color: #8FABB7;
}
.TagClassName
{
border-color: #8FABB7;
}
</style>