Shades of Blue Bell #9B9ACE
Tints of Blue Bell #9B9ACE
RGB
CMYK
RGB Variations
Color information
#9B9ACE (or 0x9B9ACE) is known color: Blue Bell. HEX triplet: 9B, 9A and CE. RGB value is (155,154,206). Sum of RGB (Red+Green+Blue) = 155+154+206=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B9ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9ACE is #646531. Grayscale: #A0A0A0. Windows color (decimal): -6579506 or 13539995. OLE color: 13539995.
HSL color Cylindrical-coordinate representation of color #9B9ACE: hue angle of 241.15º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B9ACE is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 154 | 206 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.19 |
| HSL | 241.15º | 0.35% | 0.71% | - |
| HSV(B) | 241.15º | 0.25% | 0.81% | - |
| XYZ | 36.21 | 34.54 | 63.15 | - |
| YUV | 160.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 154 | 206 | 0.25 | 0.25 | 0 | 0.19 | 241.15 | 0.35 | 0.71 |
| Hex | 9B | 9A | CE | 19 | 19 | 0 | 13 | F1 | 23 | 47 |
| Octal | 233 | 232 | 316 | 31 | 31 | 0 | 23 | 361 | 43 | 107 |
| Binary | 10011011 | 10011010 | 11001110 | 11001 | 11001 | 0 | 10011 | 11110001 | 100011 | 1000111 |
Color Harmonies of #9B9ACE
Complementary color
Monochromatic Colors of #9B9ACE
Black with #9B9ACE
Text Example
Text Example
White with #9B9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9ACE; }
p { color: rgb(155,154,206); }
H1.HeaderClassName
{
color: #9B9ACE;
}
.AnyTagClassName
{
color: #9B9ACE;
}
</style>
background-color css
<style>
a { background-color: #9B9ACE; }
a { background-color: rgb(155,154,206); }
div.DivClassName
{
background-color: #9B9ACE;
}
.BgClassName
{
background-color: #9B9ACE;
}
</style>
border-color css
<style>
span { border-color: #9B9ACE; }
span { border-color: rgb(155,154,206); }
td.TdClassName
{
border-color: #9B9ACE;
}
.TagClassName
{
border-color: #9B9ACE;
}
</style>