Shades of Blue Bell #959BC4
Tints of Blue Bell #959BC4
RGB
CMYK
RGB Variations
Color information
#959BC4 (or 0x959BC4) is known color: Blue Bell. HEX triplet: 95, 9B and C4. RGB value is (149,155,196). Sum of RGB (Red+Green+Blue) = 149+155+196=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #959BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BC4 is #6A643B. Grayscale: #9D9D9D. Windows color (decimal): -6972476 or 12884885. OLE color: 12884885.
HSL color Cylindrical-coordinate representation of color #959BC4: hue angle of 232.34º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #959BC4 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 155 | 196 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.23 |
| HSL | 232.34º | 0.28% | 0.68% | - |
| HSV(B) | 232.34º | 0.24% | 0.77% | - |
| XYZ | 34.08 | 33.82 | 56.96 | - |
| YUV | 157.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 196 | 0.24 | 0.21 | 0 | 0.23 | 232.34 | 0.28 | 0.68 |
| Hex | 95 | 9B | C4 | 18 | 15 | 0 | 17 | E8 | 1C | 44 |
| Octal | 225 | 233 | 304 | 30 | 25 | 0 | 27 | 350 | 34 | 104 |
| Binary | 10010101 | 10011011 | 11000100 | 11000 | 10101 | 0 | 10111 | 11101000 | 11100 | 1000100 |
Color Harmonies of #959BC4
Complementary color
Monochromatic Colors of #959BC4
Black with #959BC4
Text Example
Text Example
White with #959BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BC4; }
p { color: rgb(149,155,196); }
H1.HeaderClassName
{
color: #959BC4;
}
.AnyTagClassName
{
color: #959BC4;
}
</style>
background-color css
<style>
a { background-color: #959BC4; }
a { background-color: rgb(149,155,196); }
div.DivClassName
{
background-color: #959BC4;
}
.BgClassName
{
background-color: #959BC4;
}
</style>
border-color css
<style>
span { border-color: #959BC4; }
span { border-color: rgb(149,155,196); }
td.TdClassName
{
border-color: #959BC4;
}
.TagClassName
{
border-color: #959BC4;
}
</style>