Shades of Blue Bell #958DDF
Tints of Blue Bell #958DDF
RGB
CMYK
RGB Variations
Color information
#958DDF (or 0x958DDF) is known color: Blue Bell. HEX triplet: 95, 8D and DF. RGB value is (149,141,223). Sum of RGB (Red+Green+Blue) = 149+141+223=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #958DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DDF is #6A7220. Grayscale: #989898. Windows color (decimal): -6976033 or 14650773. OLE color: 14650773.
HSL color Cylindrical-coordinate representation of color #958DDF: hue angle of 245.85º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #958DDF is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 141 | 223 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.13 |
| HSL | 245.85º | 0.56% | 0.71% | - |
| HSV(B) | 245.85º | 0.37% | 0.87% | - |
| XYZ | 35.24 | 30.77 | 73.89 | - |
| YUV | 152.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 223 | 0.33 | 0.37 | 0 | 0.13 | 245.85 | 0.56 | 0.71 |
| Hex | 95 | 8D | DF | 21 | 25 | 0 | D | F6 | 38 | 47 |
| Octal | 225 | 215 | 337 | 41 | 45 | 0 | 15 | 366 | 70 | 107 |
| Binary | 10010101 | 10001101 | 11011111 | 100001 | 100101 | 0 | 1101 | 11110110 | 111000 | 1000111 |
Color Harmonies of #958DDF
Complementary color
Monochromatic Colors of #958DDF
Black with #958DDF
Text Example
Text Example
White with #958DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DDF; }
p { color: rgb(149,141,223); }
H1.HeaderClassName
{
color: #958DDF;
}
.AnyTagClassName
{
color: #958DDF;
}
</style>
background-color css
<style>
a { background-color: #958DDF; }
a { background-color: rgb(149,141,223); }
div.DivClassName
{
background-color: #958DDF;
}
.BgClassName
{
background-color: #958DDF;
}
</style>
border-color css
<style>
span { border-color: #958DDF; }
span { border-color: rgb(149,141,223); }
td.TdClassName
{
border-color: #958DDF;
}
.TagClassName
{
border-color: #958DDF;
}
</style>