Shades of Blue Bell #9C9AC2
Tints of Blue Bell #9C9AC2
RGB
CMYK
RGB Variations
Color information
#9C9AC2 (or 0x9C9AC2) is known color: Blue Bell. HEX triplet: 9C, 9A and C2. RGB value is (156,154,194). Sum of RGB (Red+Green+Blue) = 156+154+194=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #9C9AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9AC2 is #63653D. Grayscale: #9F9F9F. Windows color (decimal): -6513982 or 12753564. OLE color: 12753564.
HSL color Cylindrical-coordinate representation of color #9C9AC2: hue angle of 243º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C9AC2 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 154 | 194 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.24 |
| HSL | 243º | 0.25% | 0.68% | - |
| HSV(B) | 243º | 0.21% | 0.76% | - |
| XYZ | 35 | 34.07 | 55.77 | - |
| YUV | 159.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 194 | 0.20 | 0.21 | 0 | 0.24 | 243 | 0.25 | 0.68 |
| Hex | 9C | 9A | C2 | 14 | 15 | 0 | 18 | F3 | 19 | 44 |
| Octal | 234 | 232 | 302 | 24 | 25 | 0 | 30 | 363 | 31 | 104 |
| Binary | 10011100 | 10011010 | 11000010 | 10100 | 10101 | 0 | 11000 | 11110011 | 11001 | 1000100 |
Color Harmonies of #9C9AC2
Complementary color
Monochromatic Colors of #9C9AC2
Black with #9C9AC2
Text Example
Text Example
White with #9C9AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9AC2; }
p { color: rgb(156,154,194); }
H1.HeaderClassName
{
color: #9C9AC2;
}
.AnyTagClassName
{
color: #9C9AC2;
}
</style>
background-color css
<style>
a { background-color: #9C9AC2; }
a { background-color: rgb(156,154,194); }
div.DivClassName
{
background-color: #9C9AC2;
}
.BgClassName
{
background-color: #9C9AC2;
}
</style>
border-color css
<style>
span { border-color: #9C9AC2; }
span { border-color: rgb(156,154,194); }
td.TdClassName
{
border-color: #9C9AC2;
}
.TagClassName
{
border-color: #9C9AC2;
}
</style>