Shades of Blue Bell #959CCF
Tints of Blue Bell #959CCF
RGB
CMYK
RGB Variations
Color information
#959CCF (or 0x959CCF) is known color: Blue Bell. HEX triplet: 95, 9C and CF. RGB value is (149,156,207). Sum of RGB (Red+Green+Blue) = 149+156+207=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #959CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CCF is #6A6330. Grayscale: #9F9F9F. Windows color (decimal): -6972209 or 13606037. OLE color: 13606037.
HSL color Cylindrical-coordinate representation of color #959CCF: hue angle of 232.76º 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 #959CCF is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 156 | 207 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.19 |
| HSL | 232.76º | 0.38% | 0.7% | - |
| HSV(B) | 232.76º | 0.28% | 0.81% | - |
| XYZ | 35.55 | 34.67 | 63.85 | - |
| YUV | 159.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 207 | 0.28 | 0.25 | 0 | 0.19 | 232.76 | 0.38 | 0.7 |
| Hex | 95 | 9C | CF | 1C | 19 | 0 | 13 | E9 | 26 | 46 |
| Octal | 225 | 234 | 317 | 34 | 31 | 0 | 23 | 351 | 46 | 106 |
| Binary | 10010101 | 10011100 | 11001111 | 11100 | 11001 | 0 | 10011 | 11101001 | 100110 | 1000110 |
Color Harmonies of #959CCF
Complementary color
Monochromatic Colors of #959CCF
Black with #959CCF
Text Example
Text Example
White with #959CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959CCF; }
p { color: rgb(149,156,207); }
H1.HeaderClassName
{
color: #959CCF;
}
.AnyTagClassName
{
color: #959CCF;
}
</style>
background-color css
<style>
a { background-color: #959CCF; }
a { background-color: rgb(149,156,207); }
div.DivClassName
{
background-color: #959CCF;
}
.BgClassName
{
background-color: #959CCF;
}
</style>
border-color css
<style>
span { border-color: #959CCF; }
span { border-color: rgb(149,156,207); }
td.TdClassName
{
border-color: #959CCF;
}
.TagClassName
{
border-color: #959CCF;
}
</style>