Shades of Blue Bell #9A90CF
Tints of Blue Bell #9A90CF
RGB
CMYK
RGB Variations
Color information
#9A90CF (or 0x9A90CF) is known color: Blue Bell. HEX triplet: 9A, 90 and CF. RGB value is (154,144,207). Sum of RGB (Red+Green+Blue) = 154+144+207=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A90CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A90CF is #656F30. Grayscale: #999999. Windows color (decimal): -6647601 or 13602970. OLE color: 13602970.
HSL color Cylindrical-coordinate representation of color #9A90CF: hue angle of 249.52º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A90CF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 144 | 207 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.19 |
| HSL | 249.52º | 0.4% | 0.69% | - |
| HSV(B) | 249.52º | 0.3% | 0.81% | - |
| XYZ | 34.56 | 31.32 | 63.26 | - |
| YUV | 154.17 | 157.81 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 144 | 207 | 0.26 | 0.30 | 0 | 0.19 | 249.52 | 0.4 | 0.69 |
| Hex | 9A | 90 | CF | 1A | 1E | 0 | 13 | FA | 28 | 45 |
| Octal | 232 | 220 | 317 | 32 | 36 | 0 | 23 | 372 | 50 | 105 |
| Binary | 10011010 | 10010000 | 11001111 | 11010 | 11110 | 0 | 10011 | 11111010 | 101000 | 1000101 |
Color Harmonies of #9A90CF
Complementary color
Monochromatic Colors of #9A90CF
Black with #9A90CF
Text Example
Text Example
White with #9A90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A90CF; }
p { color: rgb(154,144,207); }
H1.HeaderClassName
{
color: #9A90CF;
}
.AnyTagClassName
{
color: #9A90CF;
}
</style>
background-color css
<style>
a { background-color: #9A90CF; }
a { background-color: rgb(154,144,207); }
div.DivClassName
{
background-color: #9A90CF;
}
.BgClassName
{
background-color: #9A90CF;
}
</style>
border-color css
<style>
span { border-color: #9A90CF; }
span { border-color: rgb(154,144,207); }
td.TdClassName
{
border-color: #9A90CF;
}
.TagClassName
{
border-color: #9A90CF;
}
</style>