Shades of Morning Glory #8FBFC7
Tints of Morning Glory #8FBFC7
RGB
CMYK
RGB Variations
Color information
#8FBFC7 (or 0x8FBFC7) is known color: Morning Glory. HEX triplet: 8F, BF and C7. RGB value is (143,191,199). Sum of RGB (Red+Green+Blue) = 143+191+199=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 199 - color contains mainly: blue. Hex color #8FBFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBFC7 is #704038. Grayscale: #B1B1B1. Windows color (decimal): -7356473 or 13090703. OLE color: 13090703.
HSL color Cylindrical-coordinate representation of color #8FBFC7: hue angle of 188.57º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FBFC7 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 191 | 199 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.22 |
| HSL | 188.57º | 0.33% | 0.67% | - |
| HSV(B) | 188.57º | 0.28% | 0.78% | - |
| XYZ | 40.27 | 47.22 | 61.03 | - |
| YUV | 177.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 199 | 0.28 | 0.04 | 0 | 0.22 | 188.57 | 0.33 | 0.67 |
| Hex | 8F | BF | C7 | 1C | 4 | 0 | 16 | BD | 21 | 43 |
| Octal | 217 | 277 | 307 | 34 | 4 | 0 | 26 | 275 | 41 | 103 |
| Binary | 10001111 | 10111111 | 11000111 | 11100 | 100 | 0 | 10110 | 10111101 | 100001 | 1000011 |
Color Harmonies of #8FBFC7
Complementary color
Monochromatic Colors of #8FBFC7
Black with #8FBFC7
Text Example
Text Example
White with #8FBFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBFC7; }
p { color: rgb(143,191,199); }
H1.HeaderClassName
{
color: #8FBFC7;
}
.AnyTagClassName
{
color: #8FBFC7;
}
</style>
background-color css
<style>
a { background-color: #8FBFC7; }
a { background-color: rgb(143,191,199); }
div.DivClassName
{
background-color: #8FBFC7;
}
.BgClassName
{
background-color: #8FBFC7;
}
</style>
border-color css
<style>
span { border-color: #8FBFC7; }
span { border-color: rgb(143,191,199); }
td.TdClassName
{
border-color: #8FBFC7;
}
.TagClassName
{
border-color: #8FBFC7;
}
</style>