Shades of Blue Bell #9A9BC9
Tints of Blue Bell #9A9BC9
RGB
CMYK
RGB Variations
Color information
#9A9BC9 (or 0x9A9BC9) is known color: Blue Bell. HEX triplet: 9A, 9B and C9. RGB value is (154,155,201). Sum of RGB (Red+Green+Blue) = 154+155+201=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #9A9BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9BC9 is #656436. Grayscale: #9F9F9F. Windows color (decimal): -6644791 or 13212570. OLE color: 13212570.
HSL color Cylindrical-coordinate representation of color #9A9BC9: hue angle of 238.72º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A9BC9 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 155 | 201 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.21 |
| HSL | 238.72º | 0.3% | 0.7% | - |
| HSV(B) | 238.72º | 0.23% | 0.79% | - |
| XYZ | 35.59 | 34.53 | 60.05 | - |
| YUV | 159.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 155 | 201 | 0.23 | 0.23 | 0 | 0.21 | 238.72 | 0.3 | 0.7 |
| Hex | 9A | 9B | C9 | 17 | 17 | 0 | 15 | EF | 1E | 46 |
| Octal | 232 | 233 | 311 | 27 | 27 | 0 | 25 | 357 | 36 | 106 |
| Binary | 10011010 | 10011011 | 11001001 | 10111 | 10111 | 0 | 10101 | 11101111 | 11110 | 1000110 |
Color Harmonies of #9A9BC9
Complementary color
Monochromatic Colors of #9A9BC9
Black with #9A9BC9
Text Example
Text Example
White with #9A9BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9BC9; }
p { color: rgb(154,155,201); }
H1.HeaderClassName
{
color: #9A9BC9;
}
.AnyTagClassName
{
color: #9A9BC9;
}
</style>
background-color css
<style>
a { background-color: #9A9BC9; }
a { background-color: rgb(154,155,201); }
div.DivClassName
{
background-color: #9A9BC9;
}
.BgClassName
{
background-color: #9A9BC9;
}
</style>
border-color css
<style>
span { border-color: #9A9BC9; }
span { border-color: rgb(154,155,201); }
td.TdClassName
{
border-color: #9A9BC9;
}
.TagClassName
{
border-color: #9A9BC9;
}
</style>