Shades of Blue Bell #958AE8
Tints of Blue Bell #958AE8
RGB
CMYK
RGB Variations
Color information
#958AE8 (or 0x958AE8) is known color: Blue Bell. HEX triplet: 95, 8A and E8. RGB value is (149,138,232). Sum of RGB (Red+Green+Blue) = 149+138+232=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #958AE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958AE8 is #6A7517. Grayscale: #979797. Windows color (decimal): -6976792 or 15239829. OLE color: 15239829.
HSL color Cylindrical-coordinate representation of color #958AE8: hue angle of 247.02º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #958AE8 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 138 | 232 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.09 |
| HSL | 247.02º | 0.67% | 0.73% | - |
| HSV(B) | 247.02º | 0.41% | 0.91% | - |
| XYZ | 36.05 | 30.39 | 80.31 | - |
| YUV | 152.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 232 | 0.36 | 0.41 | 0 | 0.09 | 247.02 | 0.67 | 0.73 |
| Hex | 95 | 8A | E8 | 24 | 29 | 0 | 9 | F7 | 43 | 49 |
| Octal | 225 | 212 | 350 | 44 | 51 | 0 | 11 | 367 | 103 | 111 |
| Binary | 10010101 | 10001010 | 11101000 | 100100 | 101001 | 0 | 1001 | 11110111 | 1000011 | 1001001 |
Color Harmonies of #958AE8
Complementary color
Monochromatic Colors of #958AE8
Black with #958AE8
Text Example
Text Example
White with #958AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958AE8; }
p { color: rgb(149,138,232); }
H1.HeaderClassName
{
color: #958AE8;
}
.AnyTagClassName
{
color: #958AE8;
}
</style>
background-color css
<style>
a { background-color: #958AE8; }
a { background-color: rgb(149,138,232); }
div.DivClassName
{
background-color: #958AE8;
}
.BgClassName
{
background-color: #958AE8;
}
</style>
border-color css
<style>
span { border-color: #958AE8; }
span { border-color: rgb(149,138,232); }
td.TdClassName
{
border-color: #958AE8;
}
.TagClassName
{
border-color: #958AE8;
}
</style>