Shades of Blue Bell #958BD6
Tints of Blue Bell #958BD6
RGB
CMYK
RGB Variations
Color information
#958BD6 (or 0x958BD6) is known color: Blue Bell. HEX triplet: 95, 8B and D6. RGB value is (149,139,214). Sum of RGB (Red+Green+Blue) = 149+139+214=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #958BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BD6 is #6A7429. Grayscale: #969696. Windows color (decimal): -6976554 or 14060437. OLE color: 14060437.
HSL color Cylindrical-coordinate representation of color #958BD6: hue angle of 248º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #958BD6 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 139 | 214 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.16 |
| HSL | 248º | 0.48% | 0.69% | - |
| HSV(B) | 248º | 0.35% | 0.84% | - |
| XYZ | 33.76 | 29.71 | 67.57 | - |
| YUV | 150.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 214 | 0.30 | 0.35 | 0 | 0.16 | 248 | 0.48 | 0.69 |
| Hex | 95 | 8B | D6 | 1E | 23 | 0 | 10 | F8 | 30 | 45 |
| Octal | 225 | 213 | 326 | 36 | 43 | 0 | 20 | 370 | 60 | 105 |
| Binary | 10010101 | 10001011 | 11010110 | 11110 | 100011 | 0 | 10000 | 11111000 | 110000 | 1000101 |
Color Harmonies of #958BD6
Complementary color
Monochromatic Colors of #958BD6
Black with #958BD6
Text Example
Text Example
White with #958BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BD6; }
p { color: rgb(149,139,214); }
H1.HeaderClassName
{
color: #958BD6;
}
.AnyTagClassName
{
color: #958BD6;
}
</style>
background-color css
<style>
a { background-color: #958BD6; }
a { background-color: rgb(149,139,214); }
div.DivClassName
{
background-color: #958BD6;
}
.BgClassName
{
background-color: #958BD6;
}
</style>
border-color css
<style>
span { border-color: #958BD6; }
span { border-color: rgb(149,139,214); }
td.TdClassName
{
border-color: #958BD6;
}
.TagClassName
{
border-color: #958BD6;
}
</style>