Shades of Blue Bell #958FDB
Tints of Blue Bell #958FDB
RGB
CMYK
RGB Variations
Color information
#958FDB (or 0x958FDB) is known color: Blue Bell. HEX triplet: 95, 8F and DB. RGB value is (149,143,219). Sum of RGB (Red+Green+Blue) = 149+143+219=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #958FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FDB is #6A7024. Grayscale: #999999. Windows color (decimal): -6975525 or 14389141. OLE color: 14389141.
HSL color Cylindrical-coordinate representation of color #958FDB: hue angle of 244.74º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #958FDB is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 143 | 219 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.14 |
| HSL | 244.74º | 0.51% | 0.71% | - |
| HSV(B) | 244.74º | 0.35% | 0.86% | - |
| XYZ | 35 | 31.15 | 71.19 | - |
| YUV | 153.46 | 164.99 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 219 | 0.32 | 0.35 | 0 | 0.14 | 244.74 | 0.51 | 0.71 |
| Hex | 95 | 8F | DB | 20 | 23 | 0 | E | F5 | 33 | 47 |
| Octal | 225 | 217 | 333 | 40 | 43 | 0 | 16 | 365 | 63 | 107 |
| Binary | 10010101 | 10001111 | 11011011 | 100000 | 100011 | 0 | 1110 | 11110101 | 110011 | 1000111 |
Color Harmonies of #958FDB
Complementary color
Monochromatic Colors of #958FDB
Black with #958FDB
Text Example
Text Example
White with #958FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FDB; }
p { color: rgb(149,143,219); }
H1.HeaderClassName
{
color: #958FDB;
}
.AnyTagClassName
{
color: #958FDB;
}
</style>
background-color css
<style>
a { background-color: #958FDB; }
a { background-color: rgb(149,143,219); }
div.DivClassName
{
background-color: #958FDB;
}
.BgClassName
{
background-color: #958FDB;
}
</style>
border-color css
<style>
span { border-color: #958FDB; }
span { border-color: rgb(149,143,219); }
td.TdClassName
{
border-color: #958FDB;
}
.TagClassName
{
border-color: #958FDB;
}
</style>