Shades of Blue Bell #958EC1
Tints of Blue Bell #958EC1
RGB
CMYK
RGB Variations
Color information
#958EC1 (or 0x958EC1) is known color: Blue Bell. HEX triplet: 95, 8E and C1. RGB value is (149,142,193). Sum of RGB (Red+Green+Blue) = 149+142+193=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #958EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958EC1 is #6A713E. Grayscale: #959595. Windows color (decimal): -6975807 or 12684949. OLE color: 12684949.
HSL color Cylindrical-coordinate representation of color #958EC1: hue angle of 248.24º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #958EC1 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 142 | 193 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.24 |
| HSL | 248.24º | 0.29% | 0.66% | - |
| HSV(B) | 248.24º | 0.26% | 0.76% | - |
| XYZ | 31.69 | 29.59 | 54.49 | - |
| YUV | 149.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 193 | 0.23 | 0.26 | 0 | 0.24 | 248.24 | 0.29 | 0.66 |
| Hex | 95 | 8E | C1 | 17 | 1A | 0 | 18 | F8 | 1D | 42 |
| Octal | 225 | 216 | 301 | 27 | 32 | 0 | 30 | 370 | 35 | 102 |
| Binary | 10010101 | 10001110 | 11000001 | 10111 | 11010 | 0 | 11000 | 11111000 | 11101 | 1000010 |
Color Harmonies of #958EC1
Complementary color
Monochromatic Colors of #958EC1
Black with #958EC1
Text Example
Text Example
White with #958EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958EC1; }
p { color: rgb(149,142,193); }
H1.HeaderClassName
{
color: #958EC1;
}
.AnyTagClassName
{
color: #958EC1;
}
</style>
background-color css
<style>
a { background-color: #958EC1; }
a { background-color: rgb(149,142,193); }
div.DivClassName
{
background-color: #958EC1;
}
.BgClassName
{
background-color: #958EC1;
}
</style>
border-color css
<style>
span { border-color: #958EC1; }
span { border-color: rgb(149,142,193); }
td.TdClassName
{
border-color: #958EC1;
}
.TagClassName
{
border-color: #958EC1;
}
</style>