Shades of Blue Bell #959AC1
Tints of Blue Bell #959AC1
RGB
CMYK
RGB Variations
Color information
#959AC1 (or 0x959AC1) is known color: Blue Bell. HEX triplet: 95, 9A and C1. RGB value is (149,154,193). Sum of RGB (Red+Green+Blue) = 149+154+193=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #959AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959AC1 is #6A653E. Grayscale: #9C9C9C. Windows color (decimal): -6972735 or 12688021. OLE color: 12688021.
HSL color Cylindrical-coordinate representation of color #959AC1: hue angle of 233.18º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #959AC1 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 154 | 193 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.24 |
| HSL | 233.18º | 0.26% | 0.67% | - |
| HSV(B) | 233.18º | 0.23% | 0.76% | - |
| XYZ | 33.58 | 33.35 | 55.12 | - |
| YUV | 156.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 193 | 0.23 | 0.20 | 0 | 0.24 | 233.18 | 0.26 | 0.67 |
| Hex | 95 | 9A | C1 | 17 | 14 | 0 | 18 | E9 | 1A | 43 |
| Octal | 225 | 232 | 301 | 27 | 24 | 0 | 30 | 351 | 32 | 103 |
| Binary | 10010101 | 10011010 | 11000001 | 10111 | 10100 | 0 | 11000 | 11101001 | 11010 | 1000011 |
Color Harmonies of #959AC1
Complementary color
Monochromatic Colors of #959AC1
Black with #959AC1
Text Example
Text Example
White with #959AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959AC1; }
p { color: rgb(149,154,193); }
H1.HeaderClassName
{
color: #959AC1;
}
.AnyTagClassName
{
color: #959AC1;
}
</style>
background-color css
<style>
a { background-color: #959AC1; }
a { background-color: rgb(149,154,193); }
div.DivClassName
{
background-color: #959AC1;
}
.BgClassName
{
background-color: #959AC1;
}
</style>
border-color css
<style>
span { border-color: #959AC1; }
span { border-color: rgb(149,154,193); }
td.TdClassName
{
border-color: #959AC1;
}
.TagClassName
{
border-color: #959AC1;
}
</style>