Shades of Blue Bell #958ED0
Tints of Blue Bell #958ED0
RGB
CMYK
RGB Variations
Color information
#958ED0 (or 0x958ED0) is known color: Blue Bell. HEX triplet: 95, 8E and D0. RGB value is (149,142,208). Sum of RGB (Red+Green+Blue) = 149+142+208=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #958ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958ED0 is #6A712F. Grayscale: #979797. Windows color (decimal): -6975792 or 13667989. OLE color: 13667989.
HSL color Cylindrical-coordinate representation of color #958ED0: hue angle of 246.36º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #958ED0 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 142 | 208 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.18 |
| HSL | 246.36º | 0.41% | 0.69% | - |
| HSV(B) | 246.36º | 0.32% | 0.82% | - |
| XYZ | 33.45 | 30.29 | 63.76 | - |
| YUV | 151.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 208 | 0.28 | 0.32 | 0 | 0.18 | 246.36 | 0.41 | 0.69 |
| Hex | 95 | 8E | D0 | 1C | 20 | 0 | 12 | F6 | 29 | 45 |
| Octal | 225 | 216 | 320 | 34 | 40 | 0 | 22 | 366 | 51 | 105 |
| Binary | 10010101 | 10001110 | 11010000 | 11100 | 100000 | 0 | 10010 | 11110110 | 101001 | 1000101 |
Color Harmonies of #958ED0
Complementary color
Monochromatic Colors of #958ED0
Black with #958ED0
Text Example
Text Example
White with #958ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958ED0; }
p { color: rgb(149,142,208); }
H1.HeaderClassName
{
color: #958ED0;
}
.AnyTagClassName
{
color: #958ED0;
}
</style>
background-color css
<style>
a { background-color: #958ED0; }
a { background-color: rgb(149,142,208); }
div.DivClassName
{
background-color: #958ED0;
}
.BgClassName
{
background-color: #958ED0;
}
</style>
border-color css
<style>
span { border-color: #958ED0; }
span { border-color: rgb(149,142,208); }
td.TdClassName
{
border-color: #958ED0;
}
.TagClassName
{
border-color: #958ED0;
}
</style>