Shades of Blue Bell #959BC3
Tints of Blue Bell #959BC3
RGB
CMYK
RGB Variations
Color information
#959BC3 (or 0x959BC3) is known color: Blue Bell. HEX triplet: 95, 9B and C3. RGB value is (149,155,195). Sum of RGB (Red+Green+Blue) = 149+155+195=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 195 - color contains mainly: blue. Hex color #959BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BC3 is #6A643C. Grayscale: #9D9D9D. Windows color (decimal): -6972477 or 12819349. OLE color: 12819349.
HSL color Cylindrical-coordinate representation of color #959BC3: hue angle of 232.17º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #959BC3 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 155 | 195 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.24 |
| HSL | 232.17º | 0.28% | 0.67% | - |
| HSV(B) | 232.17º | 0.24% | 0.76% | - |
| XYZ | 33.97 | 33.77 | 56.36 | - |
| YUV | 157.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 195 | 0.24 | 0.21 | 0 | 0.24 | 232.17 | 0.28 | 0.67 |
| Hex | 95 | 9B | C3 | 18 | 15 | 0 | 18 | E8 | 1C | 43 |
| Octal | 225 | 233 | 303 | 30 | 25 | 0 | 30 | 350 | 34 | 103 |
| Binary | 10010101 | 10011011 | 11000011 | 11000 | 10101 | 0 | 11000 | 11101000 | 11100 | 1000011 |
Color Harmonies of #959BC3
Complementary color
Monochromatic Colors of #959BC3
Black with #959BC3
Text Example
Text Example
White with #959BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BC3; }
p { color: rgb(149,155,195); }
H1.HeaderClassName
{
color: #959BC3;
}
.AnyTagClassName
{
color: #959BC3;
}
</style>
background-color css
<style>
a { background-color: #959BC3; }
a { background-color: rgb(149,155,195); }
div.DivClassName
{
background-color: #959BC3;
}
.BgClassName
{
background-color: #959BC3;
}
</style>
border-color css
<style>
span { border-color: #959BC3; }
span { border-color: rgb(149,155,195); }
td.TdClassName
{
border-color: #959BC3;
}
.TagClassName
{
border-color: #959BC3;
}
</style>