Shades of Blue Bell #958FDD
Tints of Blue Bell #958FDD
RGB
CMYK
RGB Variations
Color information
#958FDD (or 0x958FDD) is known color: Blue Bell. HEX triplet: 95, 8F and DD. RGB value is (149,143,221). Sum of RGB (Red+Green+Blue) = 149+143+221=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #958FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FDD is #6A7022. Grayscale: #999999. Windows color (decimal): -6975523 or 14520213. OLE color: 14520213.
HSL color Cylindrical-coordinate representation of color #958FDD: hue angle of 244.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #958FDD is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 143 | 221 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.13 |
| HSL | 244.62º | 0.53% | 0.71% | - |
| HSV(B) | 244.62º | 0.35% | 0.87% | - |
| XYZ | 35.27 | 31.25 | 72.58 | - |
| YUV | 153.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 221 | 0.33 | 0.35 | 0 | 0.13 | 244.62 | 0.53 | 0.71 |
| Hex | 95 | 8F | DD | 21 | 23 | 0 | D | F5 | 35 | 47 |
| Octal | 225 | 217 | 335 | 41 | 43 | 0 | 15 | 365 | 65 | 107 |
| Binary | 10010101 | 10001111 | 11011101 | 100001 | 100011 | 0 | 1101 | 11110101 | 110101 | 1000111 |
Color Harmonies of #958FDD
Complementary color
Monochromatic Colors of #958FDD
Black with #958FDD
Text Example
Text Example
White with #958FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FDD; }
p { color: rgb(149,143,221); }
H1.HeaderClassName
{
color: #958FDD;
}
.AnyTagClassName
{
color: #958FDD;
}
</style>
background-color css
<style>
a { background-color: #958FDD; }
a { background-color: rgb(149,143,221); }
div.DivClassName
{
background-color: #958FDD;
}
.BgClassName
{
background-color: #958FDD;
}
</style>
border-color css
<style>
span { border-color: #958FDD; }
span { border-color: rgb(149,143,221); }
td.TdClassName
{
border-color: #958FDD;
}
.TagClassName
{
border-color: #958FDD;
}
</style>