Shades of Blue Bell #999FCF
Tints of Blue Bell #999FCF
RGB
CMYK
RGB Variations
Color information
#999FCF (or 0x999FCF) is known color: Blue Bell. HEX triplet: 99, 9F and CF. RGB value is (153,159,207). Sum of RGB (Red+Green+Blue) = 153+159+207=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #999FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FCF is #666030. Grayscale: #A2A2A2. Windows color (decimal): -6709297 or 13606809. OLE color: 13606809.
HSL color Cylindrical-coordinate representation of color #999FCF: hue angle of 233.33º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #999FCF is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 159 | 207 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.19 |
| HSL | 233.33º | 0.36% | 0.71% | - |
| HSV(B) | 233.33º | 0.26% | 0.81% | - |
| XYZ | 36.8 | 36.07 | 64.05 | - |
| YUV | 162.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 207 | 0.26 | 0.23 | 0 | 0.19 | 233.33 | 0.36 | 0.71 |
| Hex | 99 | 9F | CF | 1A | 17 | 0 | 13 | E9 | 24 | 47 |
| Octal | 231 | 237 | 317 | 32 | 27 | 0 | 23 | 351 | 44 | 107 |
| Binary | 10011001 | 10011111 | 11001111 | 11010 | 10111 | 0 | 10011 | 11101001 | 100100 | 1000111 |
Color Harmonies of #999FCF
Complementary color
Monochromatic Colors of #999FCF
Black with #999FCF
Text Example
Text Example
White with #999FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FCF; }
p { color: rgb(153,159,207); }
H1.HeaderClassName
{
color: #999FCF;
}
.AnyTagClassName
{
color: #999FCF;
}
</style>
background-color css
<style>
a { background-color: #999FCF; }
a { background-color: rgb(153,159,207); }
div.DivClassName
{
background-color: #999FCF;
}
.BgClassName
{
background-color: #999FCF;
}
</style>
border-color css
<style>
span { border-color: #999FCF; }
span { border-color: rgb(153,159,207); }
td.TdClassName
{
border-color: #999FCF;
}
.TagClassName
{
border-color: #999FCF;
}
</style>