Shades of Blue Bell #9A94C6
Tints of Blue Bell #9A94C6
RGB
CMYK
RGB Variations
Color information
#9A94C6 (or 0x9A94C6) is known color: Blue Bell. HEX triplet: 9A, 94 and C6. RGB value is (154,148,198). Sum of RGB (Red+Green+Blue) = 154+148+198=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #9A94C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A94C6 is #656B39. Grayscale: #9B9B9B. Windows color (decimal): -6646586 or 13014170. OLE color: 13014170.
HSL color Cylindrical-coordinate representation of color #9A94C6: hue angle of 247.2º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A94C6 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 148 | 198 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.22 |
| HSL | 247.2º | 0.3% | 0.68% | - |
| HSV(B) | 247.2º | 0.25% | 0.78% | - |
| XYZ | 34.11 | 32.13 | 57.83 | - |
| YUV | 155.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 198 | 0.22 | 0.25 | 0 | 0.22 | 247.2 | 0.3 | 0.68 |
| Hex | 9A | 94 | C6 | 16 | 19 | 0 | 16 | F7 | 1E | 44 |
| Octal | 232 | 224 | 306 | 26 | 31 | 0 | 26 | 367 | 36 | 104 |
| Binary | 10011010 | 10010100 | 11000110 | 10110 | 11001 | 0 | 10110 | 11110111 | 11110 | 1000100 |
Color Harmonies of #9A94C6
Complementary color
Monochromatic Colors of #9A94C6
Black with #9A94C6
Text Example
Text Example
White with #9A94C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A94C6; }
p { color: rgb(154,148,198); }
H1.HeaderClassName
{
color: #9A94C6;
}
.AnyTagClassName
{
color: #9A94C6;
}
</style>
background-color css
<style>
a { background-color: #9A94C6; }
a { background-color: rgb(154,148,198); }
div.DivClassName
{
background-color: #9A94C6;
}
.BgClassName
{
background-color: #9A94C6;
}
</style>
border-color css
<style>
span { border-color: #9A94C6; }
span { border-color: rgb(154,148,198); }
td.TdClassName
{
border-color: #9A94C6;
}
.TagClassName
{
border-color: #9A94C6;
}
</style>