Shades of Blue Bell #958BE6
Tints of Blue Bell #958BE6
RGB
CMYK
RGB Variations
Color information
#958BE6 (or 0x958BE6) is known color: Blue Bell. HEX triplet: 95, 8B and E6. RGB value is (149,139,230). Sum of RGB (Red+Green+Blue) = 149+139+230=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #958BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958BE6 is #6A7419. Grayscale: #989898. Windows color (decimal): -6976538 or 15109013. OLE color: 15109013.
HSL color Cylindrical-coordinate representation of color #958BE6: hue angle of 246.59º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #958BE6 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 139 | 230 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.10 |
| HSL | 246.59º | 0.65% | 0.72% | - |
| HSV(B) | 246.59º | 0.4% | 0.9% | - |
| XYZ | 35.91 | 30.57 | 78.87 | - |
| YUV | 152.36 | 171.81 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 230 | 0.35 | 0.40 | 0 | 0.10 | 246.59 | 0.65 | 0.72 |
| Hex | 95 | 8B | E6 | 23 | 28 | 0 | A | F7 | 41 | 48 |
| Octal | 225 | 213 | 346 | 43 | 50 | 0 | 12 | 367 | 101 | 110 |
| Binary | 10010101 | 10001011 | 11100110 | 100011 | 101000 | 0 | 1010 | 11110111 | 1000001 | 1001000 |
Color Harmonies of #958BE6
Complementary color
Monochromatic Colors of #958BE6
Black with #958BE6
Text Example
Text Example
White with #958BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BE6; }
p { color: rgb(149,139,230); }
H1.HeaderClassName
{
color: #958BE6;
}
.AnyTagClassName
{
color: #958BE6;
}
</style>
background-color css
<style>
a { background-color: #958BE6; }
a { background-color: rgb(149,139,230); }
div.DivClassName
{
background-color: #958BE6;
}
.BgClassName
{
background-color: #958BE6;
}
</style>
border-color css
<style>
span { border-color: #958BE6; }
span { border-color: rgb(149,139,230); }
td.TdClassName
{
border-color: #958BE6;
}
.TagClassName
{
border-color: #958BE6;
}
</style>