Shades of Blue Bell #999ADF
Tints of Blue Bell #999ADF
RGB
CMYK
RGB Variations
Color information
#999ADF (or 0x999ADF) is known color: Blue Bell. HEX triplet: 99, 9A and DF. RGB value is (153,154,223). Sum of RGB (Red+Green+Blue) = 153+154+223=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #999ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ADF is #666520. Grayscale: #A1A1A1. Windows color (decimal): -6710561 or 14654105. OLE color: 14654105.
HSL color Cylindrical-coordinate representation of color #999ADF: hue angle of 239.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999ADF is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 154 | 223 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.13 |
| HSL | 239.14º | 0.52% | 0.74% | - |
| HSV(B) | 239.14º | 0.31% | 0.87% | - |
| XYZ | 38.01 | 35.21 | 74.61 | - |
| YUV | 161.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 223 | 0.31 | 0.31 | 0 | 0.13 | 239.14 | 0.52 | 0.74 |
| Hex | 99 | 9A | DF | 1F | 1F | 0 | D | EF | 34 | 4A |
| Octal | 231 | 232 | 337 | 37 | 37 | 0 | 15 | 357 | 64 | 112 |
| Binary | 10011001 | 10011010 | 11011111 | 11111 | 11111 | 0 | 1101 | 11101111 | 110100 | 1001010 |
Color Harmonies of #999ADF
Complementary color
Monochromatic Colors of #999ADF
Black with #999ADF
Text Example
Text Example
White with #999ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999ADF; }
p { color: rgb(153,154,223); }
H1.HeaderClassName
{
color: #999ADF;
}
.AnyTagClassName
{
color: #999ADF;
}
</style>
background-color css
<style>
a { background-color: #999ADF; }
a { background-color: rgb(153,154,223); }
div.DivClassName
{
background-color: #999ADF;
}
.BgClassName
{
background-color: #999ADF;
}
</style>
border-color css
<style>
span { border-color: #999ADF; }
span { border-color: rgb(153,154,223); }
td.TdClassName
{
border-color: #999ADF;
}
.TagClassName
{
border-color: #999ADF;
}
</style>