Shades of Blue Bell #9A9CCA
Tints of Blue Bell #9A9CCA
RGB
CMYK
RGB Variations
Color information
#9A9CCA (or 0x9A9CCA) is known color: Blue Bell. HEX triplet: 9A, 9C and CA. RGB value is (154,156,202). Sum of RGB (Red+Green+Blue) = 154+156+202=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9CCA is #656335. Grayscale: #A0A0A0. Windows color (decimal): -6644534 or 13278362. OLE color: 13278362.
HSL color Cylindrical-coordinate representation of color #9A9CCA: hue angle of 237.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A9CCA is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 156 | 202 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.21 |
| HSL | 237.5º | 0.31% | 0.7% | - |
| HSV(B) | 237.5º | 0.24% | 0.79% | - |
| XYZ | 35.88 | 34.91 | 60.72 | - |
| YUV | 160.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 156 | 202 | 0.24 | 0.23 | 0 | 0.21 | 237.5 | 0.31 | 0.7 |
| Hex | 9A | 9C | CA | 18 | 17 | 0 | 15 | EE | 1F | 46 |
| Octal | 232 | 234 | 312 | 30 | 27 | 0 | 25 | 356 | 37 | 106 |
| Binary | 10011010 | 10011100 | 11001010 | 11000 | 10111 | 0 | 10101 | 11101110 | 11111 | 1000110 |
Color Harmonies of #9A9CCA
Complementary color
Monochromatic Colors of #9A9CCA
Black with #9A9CCA
Text Example
Text Example
White with #9A9CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9CCA; }
p { color: rgb(154,156,202); }
H1.HeaderClassName
{
color: #9A9CCA;
}
.AnyTagClassName
{
color: #9A9CCA;
}
</style>
background-color css
<style>
a { background-color: #9A9CCA; }
a { background-color: rgb(154,156,202); }
div.DivClassName
{
background-color: #9A9CCA;
}
.BgClassName
{
background-color: #9A9CCA;
}
</style>
border-color css
<style>
span { border-color: #9A9CCA; }
span { border-color: rgb(154,156,202); }
td.TdClassName
{
border-color: #9A9CCA;
}
.TagClassName
{
border-color: #9A9CCA;
}
</style>