Shades of Blue Bell #9A94D8
Tints of Blue Bell #9A94D8
RGB
CMYK
RGB Variations
Color information
#9A94D8 (or 0x9A94D8) is known color: Blue Bell. HEX triplet: 9A, 94 and D8. RGB value is (154,148,216). Sum of RGB (Red+Green+Blue) = 154+148+216=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A94D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A94D8 is #656B27. Grayscale: #9D9D9D. Windows color (decimal): -6646568 or 14193818. OLE color: 14193818.
HSL color Cylindrical-coordinate representation of color #9A94D8: hue angle of 245.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A94D8 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 148 | 216 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.15 |
| HSL | 245.29º | 0.47% | 0.71% | - |
| HSV(B) | 245.29º | 0.31% | 0.85% | - |
| XYZ | 36.31 | 33.01 | 69.42 | - |
| YUV | 157.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 216 | 0.29 | 0.31 | 0 | 0.15 | 245.29 | 0.47 | 0.71 |
| Hex | 9A | 94 | D8 | 1D | 1F | 0 | F | F5 | 2F | 47 |
| Octal | 232 | 224 | 330 | 35 | 37 | 0 | 17 | 365 | 57 | 107 |
| Binary | 10011010 | 10010100 | 11011000 | 11101 | 11111 | 0 | 1111 | 11110101 | 101111 | 1000111 |
Color Harmonies of #9A94D8
Complementary color
Monochromatic Colors of #9A94D8
Black with #9A94D8
Text Example
Text Example
White with #9A94D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A94D8; }
p { color: rgb(154,148,216); }
H1.HeaderClassName
{
color: #9A94D8;
}
.AnyTagClassName
{
color: #9A94D8;
}
</style>
background-color css
<style>
a { background-color: #9A94D8; }
a { background-color: rgb(154,148,216); }
div.DivClassName
{
background-color: #9A94D8;
}
.BgClassName
{
background-color: #9A94D8;
}
</style>
border-color css
<style>
span { border-color: #9A94D8; }
span { border-color: rgb(154,148,216); }
td.TdClassName
{
border-color: #9A94D8;
}
.TagClassName
{
border-color: #9A94D8;
}
</style>