Shades of Blue Bell #958AD1
Tints of Blue Bell #958AD1
RGB
CMYK
RGB Variations
Color information
#958AD1 (or 0x958AD1) is known color: Blue Bell. HEX triplet: 95, 8A and D1. RGB value is (149,138,209). Sum of RGB (Red+Green+Blue) = 149+138+209=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #958AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958AD1 is #6A752E. Grayscale: #959595. Windows color (decimal): -6976815 or 13732501. OLE color: 13732501.
HSL color Cylindrical-coordinate representation of color #958AD1: hue angle of 249.3º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #958AD1 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 138 | 209 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.18 |
| HSL | 249.3º | 0.44% | 0.68% | - |
| HSV(B) | 249.3º | 0.34% | 0.82% | - |
| XYZ | 32.99 | 29.17 | 64.21 | - |
| YUV | 149.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 209 | 0.29 | 0.34 | 0 | 0.18 | 249.3 | 0.44 | 0.68 |
| Hex | 95 | 8A | D1 | 1D | 22 | 0 | 12 | F9 | 2C | 44 |
| Octal | 225 | 212 | 321 | 35 | 42 | 0 | 22 | 371 | 54 | 104 |
| Binary | 10010101 | 10001010 | 11010001 | 11101 | 100010 | 0 | 10010 | 11111001 | 101100 | 1000100 |
Color Harmonies of #958AD1
Complementary color
Monochromatic Colors of #958AD1
Black with #958AD1
Text Example
Text Example
White with #958AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958AD1; }
p { color: rgb(149,138,209); }
H1.HeaderClassName
{
color: #958AD1;
}
.AnyTagClassName
{
color: #958AD1;
}
</style>
background-color css
<style>
a { background-color: #958AD1; }
a { background-color: rgb(149,138,209); }
div.DivClassName
{
background-color: #958AD1;
}
.BgClassName
{
background-color: #958AD1;
}
</style>
border-color css
<style>
span { border-color: #958AD1; }
span { border-color: rgb(149,138,209); }
td.TdClassName
{
border-color: #958AD1;
}
.TagClassName
{
border-color: #958AD1;
}
</style>