Shades of Blue Bell #9A9AC4
Tints of Blue Bell #9A9AC4
RGB
CMYK
RGB Variations
Color information
#9A9AC4 (or 0x9A9AC4) is known color: Blue Bell. HEX triplet: 9A, 9A and C4. RGB value is (154,154,196). Sum of RGB (Red+Green+Blue) = 154+154+196=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A9AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9AC4 is #65653B. Grayscale: #9E9E9E. Windows color (decimal): -6645052 or 12884634. OLE color: 12884634.
HSL color Cylindrical-coordinate representation of color #9A9AC4: hue angle of 240º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A9AC4 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 154 | 196 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.23 |
| HSL | 240º | 0.26% | 0.69% | - |
| HSV(B) | 240º | 0.21% | 0.77% | - |
| XYZ | 34.85 | 33.97 | 56.94 | - |
| YUV | 158.79 | 149 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 154 | 196 | 0.21 | 0.21 | 0 | 0.23 | 240 | 0.26 | 0.69 |
| Hex | 9A | 9A | C4 | 15 | 15 | 0 | 17 | F0 | 1A | 45 |
| Octal | 232 | 232 | 304 | 25 | 25 | 0 | 27 | 360 | 32 | 105 |
| Binary | 10011010 | 10011010 | 11000100 | 10101 | 10101 | 0 | 10111 | 11110000 | 11010 | 1000101 |
Color Harmonies of #9A9AC4
Complementary color
Monochromatic Colors of #9A9AC4
Black with #9A9AC4
Text Example
Text Example
White with #9A9AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9AC4; }
p { color: rgb(154,154,196); }
H1.HeaderClassName
{
color: #9A9AC4;
}
.AnyTagClassName
{
color: #9A9AC4;
}
</style>
background-color css
<style>
a { background-color: #9A9AC4; }
a { background-color: rgb(154,154,196); }
div.DivClassName
{
background-color: #9A9AC4;
}
.BgClassName
{
background-color: #9A9AC4;
}
</style>
border-color css
<style>
span { border-color: #9A9AC4; }
span { border-color: rgb(154,154,196); }
td.TdClassName
{
border-color: #9A9AC4;
}
.TagClassName
{
border-color: #9A9AC4;
}
</style>