Shades of Blue Bell #9B9AE6
Tints of Blue Bell #9B9AE6
RGB
CMYK
RGB Variations
Color information
#9B9AE6 (or 0x9B9AE6) is known color: Blue Bell. HEX triplet: 9B, 9A and E6. RGB value is (155,154,230). Sum of RGB (Red+Green+Blue) = 155+154+230=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #9B9AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9AE6 is #646519. Grayscale: #A2A2A2. Windows color (decimal): -6579482 or 15112859. OLE color: 15112859.
HSL color Cylindrical-coordinate representation of color #9B9AE6: hue angle of 240.79º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B9AE6 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 154 | 230 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.10 |
| HSL | 240.79º | 0.6% | 0.75% | - |
| HSV(B) | 240.79º | 0.33% | 0.9% | - |
| XYZ | 39.36 | 35.79 | 79.7 | - |
| YUV | 162.96 | 165.83 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 154 | 230 | 0.33 | 0.33 | 0 | 0.10 | 240.79 | 0.6 | 0.75 |
| Hex | 9B | 9A | E6 | 21 | 21 | 0 | A | F1 | 3C | 4B |
| Octal | 233 | 232 | 346 | 41 | 41 | 0 | 12 | 361 | 74 | 113 |
| Binary | 10011011 | 10011010 | 11100110 | 100001 | 100001 | 0 | 1010 | 11110001 | 111100 | 1001011 |
Color Harmonies of #9B9AE6
Complementary color
Monochromatic Colors of #9B9AE6
Black with #9B9AE6
Text Example
Text Example
White with #9B9AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9AE6; }
p { color: rgb(155,154,230); }
H1.HeaderClassName
{
color: #9B9AE6;
}
.AnyTagClassName
{
color: #9B9AE6;
}
</style>
background-color css
<style>
a { background-color: #9B9AE6; }
a { background-color: rgb(155,154,230); }
div.DivClassName
{
background-color: #9B9AE6;
}
.BgClassName
{
background-color: #9B9AE6;
}
</style>
border-color css
<style>
span { border-color: #9B9AE6; }
span { border-color: rgb(155,154,230); }
td.TdClassName
{
border-color: #9B9AE6;
}
.TagClassName
{
border-color: #9B9AE6;
}
</style>