Shades of Blue Bell #9A9FCB
Tints of Blue Bell #9A9FCB
RGB
CMYK
RGB Variations
Color information
#9A9FCB (or 0x9A9FCB) is known color: Blue Bell. HEX triplet: 9A, 9F and CB. RGB value is (154,159,203). Sum of RGB (Red+Green+Blue) = 154+159+203=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9FCB is #656034. Grayscale: #A2A2A2. Windows color (decimal): -6643765 or 13344666. OLE color: 13344666.
HSL color Cylindrical-coordinate representation of color #9A9FCB: hue angle of 233.88º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A9FCB is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 159 | 203 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.20 |
| HSL | 233.88º | 0.32% | 0.7% | - |
| HSV(B) | 233.88º | 0.24% | 0.8% | - |
| XYZ | 36.5 | 35.98 | 61.52 | - |
| YUV | 162.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 159 | 203 | 0.24 | 0.22 | 0 | 0.20 | 233.88 | 0.32 | 0.7 |
| Hex | 9A | 9F | CB | 18 | 16 | 0 | 14 | EA | 20 | 46 |
| Octal | 232 | 237 | 313 | 30 | 26 | 0 | 24 | 352 | 40 | 106 |
| Binary | 10011010 | 10011111 | 11001011 | 11000 | 10110 | 0 | 10100 | 11101010 | 100000 | 1000110 |
Color Harmonies of #9A9FCB
Complementary color
Monochromatic Colors of #9A9FCB
Black with #9A9FCB
Text Example
Text Example
White with #9A9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9FCB; }
p { color: rgb(154,159,203); }
H1.HeaderClassName
{
color: #9A9FCB;
}
.AnyTagClassName
{
color: #9A9FCB;
}
</style>
background-color css
<style>
a { background-color: #9A9FCB; }
a { background-color: rgb(154,159,203); }
div.DivClassName
{
background-color: #9A9FCB;
}
.BgClassName
{
background-color: #9A9FCB;
}
</style>
border-color css
<style>
span { border-color: #9A9FCB; }
span { border-color: rgb(154,159,203); }
td.TdClassName
{
border-color: #9A9FCB;
}
.TagClassName
{
border-color: #9A9FCB;
}
</style>