Shades of Blue Bell #958BCE
Tints of Blue Bell #958BCE
RGB
CMYK
RGB Variations
Color information
#958BCE (or 0x958BCE) is known color: Blue Bell. HEX triplet: 95, 8B and CE. RGB value is (149,139,206). Sum of RGB (Red+Green+Blue) = 149+139+206=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #958BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BCE is #6A7431. Grayscale: #959595. Windows color (decimal): -6976562 or 13536149. OLE color: 13536149.
HSL color Cylindrical-coordinate representation of color #958BCE: hue angle of 248.96º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #958BCE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 139 | 206 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.19 |
| HSL | 248.96º | 0.41% | 0.68% | - |
| HSV(B) | 248.96º | 0.33% | 0.81% | - |
| XYZ | 32.77 | 29.31 | 62.32 | - |
| YUV | 149.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 206 | 0.28 | 0.33 | 0 | 0.19 | 248.96 | 0.41 | 0.68 |
| Hex | 95 | 8B | CE | 1C | 21 | 0 | 13 | F9 | 29 | 44 |
| Octal | 225 | 213 | 316 | 34 | 41 | 0 | 23 | 371 | 51 | 104 |
| Binary | 10010101 | 10001011 | 11001110 | 11100 | 100001 | 0 | 10011 | 11111001 | 101001 | 1000100 |
Color Harmonies of #958BCE
Complementary color
Monochromatic Colors of #958BCE
Black with #958BCE
Text Example
Text Example
White with #958BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BCE; }
p { color: rgb(149,139,206); }
H1.HeaderClassName
{
color: #958BCE;
}
.AnyTagClassName
{
color: #958BCE;
}
</style>
background-color css
<style>
a { background-color: #958BCE; }
a { background-color: rgb(149,139,206); }
div.DivClassName
{
background-color: #958BCE;
}
.BgClassName
{
background-color: #958BCE;
}
</style>
border-color css
<style>
span { border-color: #958BCE; }
span { border-color: rgb(149,139,206); }
td.TdClassName
{
border-color: #958BCE;
}
.TagClassName
{
border-color: #958BCE;
}
</style>