Shades of Blue Bell #959FC9
Tints of Blue Bell #959FC9
RGB
CMYK
RGB Variations
Color information
#959FC9 (or 0x959FC9) is known color: Blue Bell. HEX triplet: 95, 9F and C9. RGB value is (149,159,201). Sum of RGB (Red+Green+Blue) = 149+159+201=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #959FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FC9 is #6A6036. Grayscale: #A0A0A0. Windows color (decimal): -6971447 or 13213589. OLE color: 13213589.
HSL color Cylindrical-coordinate representation of color #959FC9: hue angle of 228.46º 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 #959FC9 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 159 | 201 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.21 |
| HSL | 228.46º | 0.33% | 0.69% | - |
| HSV(B) | 228.46º | 0.26% | 0.79% | - |
| XYZ | 35.34 | 35.4 | 60.23 | - |
| YUV | 160.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 201 | 0.26 | 0.21 | 0 | 0.21 | 228.46 | 0.33 | 0.69 |
| Hex | 95 | 9F | C9 | 1A | 15 | 0 | 15 | E4 | 20 | 45 |
| Octal | 225 | 237 | 311 | 32 | 25 | 0 | 25 | 344 | 40 | 105 |
| Binary | 10010101 | 10011111 | 11001001 | 11010 | 10101 | 0 | 10101 | 11100100 | 100000 | 1000101 |
Color Harmonies of #959FC9
Complementary color
Monochromatic Colors of #959FC9
Black with #959FC9
Text Example
Text Example
White with #959FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FC9; }
p { color: rgb(149,159,201); }
H1.HeaderClassName
{
color: #959FC9;
}
.AnyTagClassName
{
color: #959FC9;
}
</style>
background-color css
<style>
a { background-color: #959FC9; }
a { background-color: rgb(149,159,201); }
div.DivClassName
{
background-color: #959FC9;
}
.BgClassName
{
background-color: #959FC9;
}
</style>
border-color css
<style>
span { border-color: #959FC9; }
span { border-color: rgb(149,159,201); }
td.TdClassName
{
border-color: #959FC9;
}
.TagClassName
{
border-color: #959FC9;
}
</style>