Shades of Blue Bell #958DDB
Tints of Blue Bell #958DDB
RGB
CMYK
RGB Variations
Color information
#958DDB (or 0x958DDB) is known color: Blue Bell. HEX triplet: 95, 8D and DB. RGB value is (149,141,219). Sum of RGB (Red+Green+Blue) = 149+141+219=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #958DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DDB is #6A7224. Grayscale: #979797. Windows color (decimal): -6976037 or 14388629. OLE color: 14388629.
HSL color Cylindrical-coordinate representation of color #958DDB: hue angle of 246.15º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958DDB is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 141 | 219 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.14 |
| HSL | 246.15º | 0.52% | 0.71% | - |
| HSV(B) | 246.15º | 0.36% | 0.86% | - |
| XYZ | 34.71 | 30.55 | 71.09 | - |
| YUV | 152.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 219 | 0.32 | 0.36 | 0 | 0.14 | 246.15 | 0.52 | 0.71 |
| Hex | 95 | 8D | DB | 20 | 24 | 0 | E | F6 | 34 | 47 |
| Octal | 225 | 215 | 333 | 40 | 44 | 0 | 16 | 366 | 64 | 107 |
| Binary | 10010101 | 10001101 | 11011011 | 100000 | 100100 | 0 | 1110 | 11110110 | 110100 | 1000111 |
Color Harmonies of #958DDB
Complementary color
Monochromatic Colors of #958DDB
Black with #958DDB
Text Example
Text Example
White with #958DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DDB; }
p { color: rgb(149,141,219); }
H1.HeaderClassName
{
color: #958DDB;
}
.AnyTagClassName
{
color: #958DDB;
}
</style>
background-color css
<style>
a { background-color: #958DDB; }
a { background-color: rgb(149,141,219); }
div.DivClassName
{
background-color: #958DDB;
}
.BgClassName
{
background-color: #958DDB;
}
</style>
border-color css
<style>
span { border-color: #958DDB; }
span { border-color: rgb(149,141,219); }
td.TdClassName
{
border-color: #958DDB;
}
.TagClassName
{
border-color: #958DDB;
}
</style>