Shades of Blue Bell #959AC9
Tints of Blue Bell #959AC9
RGB
CMYK
RGB Variations
Color information
#959AC9 (or 0x959AC9) is known color: Blue Bell. HEX triplet: 95, 9A and C9. RGB value is (149,154,201). Sum of RGB (Red+Green+Blue) = 149+154+201=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #959AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959AC9 is #6A6536. Grayscale: #9D9D9D. Windows color (decimal): -6972727 or 13212309. OLE color: 13212309.
HSL color Cylindrical-coordinate representation of color #959AC9: hue angle of 234.23º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #959AC9 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 154 | 201 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.21 |
| HSL | 234.23º | 0.33% | 0.69% | - |
| HSV(B) | 234.23º | 0.26% | 0.79% | - |
| XYZ | 34.49 | 33.72 | 59.95 | - |
| YUV | 157.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 201 | 0.26 | 0.23 | 0 | 0.21 | 234.23 | 0.33 | 0.69 |
| Hex | 95 | 9A | C9 | 1A | 17 | 0 | 15 | EA | 20 | 45 |
| Octal | 225 | 232 | 311 | 32 | 27 | 0 | 25 | 352 | 40 | 105 |
| Binary | 10010101 | 10011010 | 11001001 | 11010 | 10111 | 0 | 10101 | 11101010 | 100000 | 1000101 |
Color Harmonies of #959AC9
Complementary color
Monochromatic Colors of #959AC9
Black with #959AC9
Text Example
Text Example
White with #959AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959AC9; }
p { color: rgb(149,154,201); }
H1.HeaderClassName
{
color: #959AC9;
}
.AnyTagClassName
{
color: #959AC9;
}
</style>
background-color css
<style>
a { background-color: #959AC9; }
a { background-color: rgb(149,154,201); }
div.DivClassName
{
background-color: #959AC9;
}
.BgClassName
{
background-color: #959AC9;
}
</style>
border-color css
<style>
span { border-color: #959AC9; }
span { border-color: rgb(149,154,201); }
td.TdClassName
{
border-color: #959AC9;
}
.TagClassName
{
border-color: #959AC9;
}
</style>