Shades of Blue Bell #959BD4
Tints of Blue Bell #959BD4
RGB
CMYK
RGB Variations
Color information
#959BD4 (or 0x959BD4) is known color: Blue Bell. HEX triplet: 95, 9B and D4. RGB value is (149,155,212). Sum of RGB (Red+Green+Blue) = 149+155+212=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #959BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BD4 is #6A642B. Grayscale: #9F9F9F. Windows color (decimal): -6972460 or 13933461. OLE color: 13933461.
HSL color Cylindrical-coordinate representation of color #959BD4: hue angle of 234.29º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #959BD4 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 155 | 212 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.17 |
| HSL | 234.29º | 0.42% | 0.71% | - |
| HSV(B) | 234.29º | 0.3% | 0.83% | - |
| XYZ | 36 | 34.59 | 67.07 | - |
| YUV | 159.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 212 | 0.30 | 0.27 | 0 | 0.17 | 234.29 | 0.42 | 0.71 |
| Hex | 95 | 9B | D4 | 1E | 1B | 0 | 11 | EA | 2A | 47 |
| Octal | 225 | 233 | 324 | 36 | 33 | 0 | 21 | 352 | 52 | 107 |
| Binary | 10010101 | 10011011 | 11010100 | 11110 | 11011 | 0 | 10001 | 11101010 | 101010 | 1000111 |
Color Harmonies of #959BD4
Complementary color
Monochromatic Colors of #959BD4
Black with #959BD4
Text Example
Text Example
White with #959BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BD4; }
p { color: rgb(149,155,212); }
H1.HeaderClassName
{
color: #959BD4;
}
.AnyTagClassName
{
color: #959BD4;
}
</style>
background-color css
<style>
a { background-color: #959BD4; }
a { background-color: rgb(149,155,212); }
div.DivClassName
{
background-color: #959BD4;
}
.BgClassName
{
background-color: #959BD4;
}
</style>
border-color css
<style>
span { border-color: #959BD4; }
span { border-color: rgb(149,155,212); }
td.TdClassName
{
border-color: #959BD4;
}
.TagClassName
{
border-color: #959BD4;
}
</style>