Shades of Blue Bell #959BCF
Tints of Blue Bell #959BCF
RGB
CMYK
RGB Variations
Color information
#959BCF (or 0x959BCF) is known color: Blue Bell. HEX triplet: 95, 9B and CF. RGB value is (149,155,207). Sum of RGB (Red+Green+Blue) = 149+155+207=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #959BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BCF is #6A6430. Grayscale: #9E9E9E. Windows color (decimal): -6972465 or 13605781. OLE color: 13605781.
HSL color Cylindrical-coordinate representation of color #959BCF: hue angle of 233.79º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #959BCF is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 155 | 207 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.19 |
| HSL | 233.79º | 0.38% | 0.7% | - |
| HSV(B) | 233.79º | 0.28% | 0.81% | - |
| XYZ | 35.38 | 34.34 | 63.79 | - |
| YUV | 159.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 207 | 0.28 | 0.25 | 0 | 0.19 | 233.79 | 0.38 | 0.7 |
| Hex | 95 | 9B | CF | 1C | 19 | 0 | 13 | EA | 26 | 46 |
| Octal | 225 | 233 | 317 | 34 | 31 | 0 | 23 | 352 | 46 | 106 |
| Binary | 10010101 | 10011011 | 11001111 | 11100 | 11001 | 0 | 10011 | 11101010 | 100110 | 1000110 |
Color Harmonies of #959BCF
Complementary color
Monochromatic Colors of #959BCF
Black with #959BCF
Text Example
Text Example
White with #959BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BCF; }
p { color: rgb(149,155,207); }
H1.HeaderClassName
{
color: #959BCF;
}
.AnyTagClassName
{
color: #959BCF;
}
</style>
background-color css
<style>
a { background-color: #959BCF; }
a { background-color: rgb(149,155,207); }
div.DivClassName
{
background-color: #959BCF;
}
.BgClassName
{
background-color: #959BCF;
}
</style>
border-color css
<style>
span { border-color: #959BCF; }
span { border-color: rgb(149,155,207); }
td.TdClassName
{
border-color: #959BCF;
}
.TagClassName
{
border-color: #959BCF;
}
</style>