Shades of Blue Bell #9A9BC0
Tints of Blue Bell #9A9BC0
RGB
CMYK
RGB Variations
Color information
#9A9BC0 (or 0x9A9BC0) is known color: Blue Bell. HEX triplet: 9A, 9B and C0. RGB value is (154,155,192). Sum of RGB (Red+Green+Blue) = 154+155+192=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #9A9BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9BC0 is #65643F. Grayscale: #9E9E9E. Windows color (decimal): -6644800 or 12622746. OLE color: 12622746.
HSL color Cylindrical-coordinate representation of color #9A9BC0: hue angle of 238.42º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A9BC0 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 155 | 192 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.25 |
| HSL | 238.42º | 0.23% | 0.68% | - |
| HSV(B) | 238.42º | 0.2% | 0.75% | - |
| XYZ | 34.56 | 34.12 | 54.63 | - |
| YUV | 158.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 155 | 192 | 0.20 | 0.19 | 0 | 0.25 | 238.42 | 0.23 | 0.68 |
| Hex | 9A | 9B | C0 | 14 | 13 | 0 | 19 | EE | 17 | 44 |
| Octal | 232 | 233 | 300 | 24 | 23 | 0 | 31 | 356 | 27 | 104 |
| Binary | 10011010 | 10011011 | 11000000 | 10100 | 10011 | 0 | 11001 | 11101110 | 10111 | 1000100 |
Color Harmonies of #9A9BC0
Complementary color
Monochromatic Colors of #9A9BC0
Black with #9A9BC0
Text Example
Text Example
White with #9A9BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9BC0; }
p { color: rgb(154,155,192); }
H1.HeaderClassName
{
color: #9A9BC0;
}
.AnyTagClassName
{
color: #9A9BC0;
}
</style>
background-color css
<style>
a { background-color: #9A9BC0; }
a { background-color: rgb(154,155,192); }
div.DivClassName
{
background-color: #9A9BC0;
}
.BgClassName
{
background-color: #9A9BC0;
}
</style>
border-color css
<style>
span { border-color: #9A9BC0; }
span { border-color: rgb(154,155,192); }
td.TdClassName
{
border-color: #9A9BC0;
}
.TagClassName
{
border-color: #9A9BC0;
}
</style>