Shades of Blue Bell #9A9FC1
Tints of Blue Bell #9A9FC1
RGB
CMYK
RGB Variations
Color information
#9A9FC1 (or 0x9A9FC1) is known color: Blue Bell. HEX triplet: 9A, 9F and C1. RGB value is (154,159,193). Sum of RGB (Red+Green+Blue) = 154+159+193=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A9FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9FC1 is #65603E. Grayscale: #A1A1A1. Windows color (decimal): -6643775 or 12689306. OLE color: 12689306.
HSL color Cylindrical-coordinate representation of color #9A9FC1: hue angle of 232.31º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A9FC1 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 159 | 193 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.24 |
| HSL | 232.31º | 0.24% | 0.68% | - |
| HSV(B) | 232.31º | 0.2% | 0.76% | - |
| XYZ | 35.35 | 35.52 | 55.44 | - |
| YUV | 161.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 159 | 193 | 0.20 | 0.18 | 0 | 0.24 | 232.31 | 0.24 | 0.68 |
| Hex | 9A | 9F | C1 | 14 | 12 | 0 | 18 | E8 | 18 | 44 |
| Octal | 232 | 237 | 301 | 24 | 22 | 0 | 30 | 350 | 30 | 104 |
| Binary | 10011010 | 10011111 | 11000001 | 10100 | 10010 | 0 | 11000 | 11101000 | 11000 | 1000100 |
Color Harmonies of #9A9FC1
Complementary color
Monochromatic Colors of #9A9FC1
Black with #9A9FC1
Text Example
Text Example
White with #9A9FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9FC1; }
p { color: rgb(154,159,193); }
H1.HeaderClassName
{
color: #9A9FC1;
}
.AnyTagClassName
{
color: #9A9FC1;
}
</style>
background-color css
<style>
a { background-color: #9A9FC1; }
a { background-color: rgb(154,159,193); }
div.DivClassName
{
background-color: #9A9FC1;
}
.BgClassName
{
background-color: #9A9FC1;
}
</style>
border-color css
<style>
span { border-color: #9A9FC1; }
span { border-color: rgb(154,159,193); }
td.TdClassName
{
border-color: #9A9FC1;
}
.TagClassName
{
border-color: #9A9FC1;
}
</style>