Shades of Blue Bell #959AD5
Tints of Blue Bell #959AD5
RGB
CMYK
RGB Variations
Color information
#959AD5 (or 0x959AD5) is known color: Blue Bell. HEX triplet: 95, 9A and D5. RGB value is (149,154,213). Sum of RGB (Red+Green+Blue) = 149+154+213=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #959AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959AD5 is #6A652A. Grayscale: #9E9E9E. Windows color (decimal): -6972715 or 13998741. OLE color: 13998741.
HSL color Cylindrical-coordinate representation of color #959AD5: hue angle of 235.31º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #959AD5 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 154 | 213 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.16 |
| HSL | 235.31º | 0.43% | 0.71% | - |
| HSV(B) | 235.31º | 0.3% | 0.84% | - |
| XYZ | 35.96 | 34.3 | 67.68 | - |
| YUV | 159.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 213 | 0.30 | 0.28 | 0 | 0.16 | 235.31 | 0.43 | 0.71 |
| Hex | 95 | 9A | D5 | 1E | 1C | 0 | 10 | EB | 2B | 47 |
| Octal | 225 | 232 | 325 | 36 | 34 | 0 | 20 | 353 | 53 | 107 |
| Binary | 10010101 | 10011010 | 11010101 | 11110 | 11100 | 0 | 10000 | 11101011 | 101011 | 1000111 |
Color Harmonies of #959AD5
Complementary color
Monochromatic Colors of #959AD5
Black with #959AD5
Text Example
Text Example
White with #959AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959AD5; }
p { color: rgb(149,154,213); }
H1.HeaderClassName
{
color: #959AD5;
}
.AnyTagClassName
{
color: #959AD5;
}
</style>
background-color css
<style>
a { background-color: #959AD5; }
a { background-color: rgb(149,154,213); }
div.DivClassName
{
background-color: #959AD5;
}
.BgClassName
{
background-color: #959AD5;
}
</style>
border-color css
<style>
span { border-color: #959AD5; }
span { border-color: rgb(149,154,213); }
td.TdClassName
{
border-color: #959AD5;
}
.TagClassName
{
border-color: #959AD5;
}
</style>