Shades of Blue Bell #958BE5
Tints of Blue Bell #958BE5
RGB
CMYK
RGB Variations
Color information
#958BE5 (or 0x958BE5) is known color: Blue Bell. HEX triplet: 95, 8B and E5. RGB value is (149,139,229). Sum of RGB (Red+Green+Blue) = 149+139+229=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #958BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BE5 is #6A741A. Grayscale: #979797. Windows color (decimal): -6976539 or 15043477. OLE color: 15043477.
HSL color Cylindrical-coordinate representation of color #958BE5: hue angle of 246.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #958BE5 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 139 | 229 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.10 |
| HSL | 246.67º | 0.63% | 0.72% | - |
| HSV(B) | 246.67º | 0.39% | 0.9% | - |
| XYZ | 35.77 | 30.51 | 78.13 | - |
| YUV | 152.25 | 171.31 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 229 | 0.35 | 0.39 | 0 | 0.10 | 246.67 | 0.63 | 0.72 |
| Hex | 95 | 8B | E5 | 23 | 27 | 0 | A | F7 | 3F | 48 |
| Octal | 225 | 213 | 345 | 43 | 47 | 0 | 12 | 367 | 77 | 110 |
| Binary | 10010101 | 10001011 | 11100101 | 100011 | 100111 | 0 | 1010 | 11110111 | 111111 | 1001000 |
Color Harmonies of #958BE5
Complementary color
Monochromatic Colors of #958BE5
Black with #958BE5
Text Example
Text Example
White with #958BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BE5; }
p { color: rgb(149,139,229); }
H1.HeaderClassName
{
color: #958BE5;
}
.AnyTagClassName
{
color: #958BE5;
}
</style>
background-color css
<style>
a { background-color: #958BE5; }
a { background-color: rgb(149,139,229); }
div.DivClassName
{
background-color: #958BE5;
}
.BgClassName
{
background-color: #958BE5;
}
</style>
border-color css
<style>
span { border-color: #958BE5; }
span { border-color: rgb(149,139,229); }
td.TdClassName
{
border-color: #958BE5;
}
.TagClassName
{
border-color: #958BE5;
}
</style>