Shades of Blue Bell #9A9FCA
Tints of Blue Bell #9A9FCA
RGB
CMYK
RGB Variations
Color information
#9A9FCA (or 0x9A9FCA) is known color: Blue Bell. HEX triplet: 9A, 9F and CA. RGB value is (154,159,202). Sum of RGB (Red+Green+Blue) = 154+159+202=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A9FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9FCA is #656035. Grayscale: #A2A2A2. Windows color (decimal): -6643766 or 13279130. OLE color: 13279130.
HSL color Cylindrical-coordinate representation of color #9A9FCA: hue angle of 233.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A9FCA is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 159 | 202 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.21 |
| HSL | 233.75º | 0.31% | 0.7% | - |
| HSV(B) | 233.75º | 0.24% | 0.79% | - |
| XYZ | 36.39 | 35.93 | 60.89 | - |
| YUV | 162.41 | 150.34 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 159 | 202 | 0.24 | 0.21 | 0 | 0.21 | 233.75 | 0.31 | 0.7 |
| Hex | 9A | 9F | CA | 18 | 15 | 0 | 15 | EA | 1F | 46 |
| Octal | 232 | 237 | 312 | 30 | 25 | 0 | 25 | 352 | 37 | 106 |
| Binary | 10011010 | 10011111 | 11001010 | 11000 | 10101 | 0 | 10101 | 11101010 | 11111 | 1000110 |
Color Harmonies of #9A9FCA
Complementary color
Monochromatic Colors of #9A9FCA
Black with #9A9FCA
Text Example
Text Example
White with #9A9FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9FCA; }
p { color: rgb(154,159,202); }
H1.HeaderClassName
{
color: #9A9FCA;
}
.AnyTagClassName
{
color: #9A9FCA;
}
</style>
background-color css
<style>
a { background-color: #9A9FCA; }
a { background-color: rgb(154,159,202); }
div.DivClassName
{
background-color: #9A9FCA;
}
.BgClassName
{
background-color: #9A9FCA;
}
</style>
border-color css
<style>
span { border-color: #9A9FCA; }
span { border-color: rgb(154,159,202); }
td.TdClassName
{
border-color: #9A9FCA;
}
.TagClassName
{
border-color: #9A9FCA;
}
</style>