Shades of Blue Bell #958AE6
Tints of Blue Bell #958AE6
RGB
CMYK
RGB Variations
Color information
#958AE6 (or 0x958AE6) is known color: Blue Bell. HEX triplet: 95, 8A and E6. RGB value is (149,138,230). Sum of RGB (Red+Green+Blue) = 149+138+230=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #958AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958AE6 is #6A7519. Grayscale: #979797. Windows color (decimal): -6976794 or 15108757. OLE color: 15108757.
HSL color Cylindrical-coordinate representation of color #958AE6: hue angle of 247.17º 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 #958AE6 is Cyan = 0.35, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 138 | 230 | - |
| CMYK | 0.35 | 0.4 | 0 | 0.10 |
| HSL | 247.17º | 0.65% | 0.72% | - |
| HSV(B) | 247.17º | 0.4% | 0.9% | - |
| XYZ | 35.77 | 30.28 | 78.82 | - |
| YUV | 151.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 230 | 0.35 | 0.4 | 0 | 0.10 | 247.17 | 0.65 | 0.72 |
| Hex | 95 | 8A | E6 | 23 | 28 | 0 | A | F7 | 41 | 48 |
| Octal | 225 | 212 | 346 | 43 | 50 | 0 | 12 | 367 | 101 | 110 |
| Binary | 10010101 | 10001010 | 11100110 | 100011 | 101000 | 0 | 1010 | 11110111 | 1000001 | 1001000 |
Color Harmonies of #958AE6
Complementary color
Monochromatic Colors of #958AE6
Black with #958AE6
Text Example
Text Example
White with #958AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958AE6; }
p { color: rgb(149,138,230); }
H1.HeaderClassName
{
color: #958AE6;
}
.AnyTagClassName
{
color: #958AE6;
}
</style>
background-color css
<style>
a { background-color: #958AE6; }
a { background-color: rgb(149,138,230); }
div.DivClassName
{
background-color: #958AE6;
}
.BgClassName
{
background-color: #958AE6;
}
</style>
border-color css
<style>
span { border-color: #958AE6; }
span { border-color: rgb(149,138,230); }
td.TdClassName
{
border-color: #958AE6;
}
.TagClassName
{
border-color: #958AE6;
}
</style>