Shades of Botticelli #8BA7B3
Tints of Botticelli #8BA7B3
RGB
CMYK
RGB Variations
Color information
#8BA7B3 (or 0x8BA7B3) is known color: Botticelli. HEX triplet: 8B, A7 and B3. RGB value is (139,167,179). Sum of RGB (Red+Green+Blue) = 139+167+179=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 179 - color contains mainly: blue. Hex color #8BA7B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA7B3 is #74584C. Grayscale: #9F9F9F. Windows color (decimal): -7624781 or 11773835. OLE color: 11773835.
HSL color Cylindrical-coordinate representation of color #8BA7B3: hue angle of 198º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8BA7B3 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 167 | 179 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.30 |
| HSL | 198º | 0.21% | 0.62% | - |
| HSV(B) | 198º | 0.22% | 0.7% | - |
| XYZ | 32.6 | 36.38 | 47.95 | - |
| YUV | 160 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 179 | 0.22 | 0.07 | 0 | 0.30 | 198 | 0.21 | 0.62 |
| Hex | 8B | A7 | B3 | 16 | 7 | 0 | 1E | C6 | 15 | 3E |
| Octal | 213 | 247 | 263 | 26 | 7 | 0 | 36 | 306 | 25 | 76 |
| Binary | 10001011 | 10100111 | 10110011 | 10110 | 111 | 0 | 11110 | 11000110 | 10101 | 111110 |
Color Harmonies of #8BA7B3
Complementary color
Monochromatic Colors of #8BA7B3
Black with #8BA7B3
Text Example
Text Example
White with #8BA7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA7B3; }
p { color: rgb(139,167,179); }
H1.HeaderClassName
{
color: #8BA7B3;
}
.AnyTagClassName
{
color: #8BA7B3;
}
</style>
background-color css
<style>
a { background-color: #8BA7B3; }
a { background-color: rgb(139,167,179); }
div.DivClassName
{
background-color: #8BA7B3;
}
.BgClassName
{
background-color: #8BA7B3;
}
</style>
border-color css
<style>
span { border-color: #8BA7B3; }
span { border-color: rgb(139,167,179); }
td.TdClassName
{
border-color: #8BA7B3;
}
.TagClassName
{
border-color: #8BA7B3;
}
</style>