Shades of Blue Bell #958DD0
Tints of Blue Bell #958DD0
RGB
CMYK
RGB Variations
Color information
#958DD0 (or 0x958DD0) is known color: Blue Bell. HEX triplet: 95, 8D and D0. RGB value is (149,141,208). Sum of RGB (Red+Green+Blue) = 149+141+208=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #958DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DD0 is #6A722F. Grayscale: #969696. Windows color (decimal): -6976048 or 13667733. OLE color: 13667733.
HSL color Cylindrical-coordinate representation of color #958DD0: hue angle of 247.16º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #958DD0 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 141 | 208 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.18 |
| HSL | 247.16º | 0.42% | 0.68% | - |
| HSV(B) | 247.16º | 0.32% | 0.82% | - |
| XYZ | 33.3 | 29.99 | 63.71 | - |
| YUV | 151.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 208 | 0.28 | 0.32 | 0 | 0.18 | 247.16 | 0.42 | 0.68 |
| Hex | 95 | 8D | D0 | 1C | 20 | 0 | 12 | F7 | 2A | 44 |
| Octal | 225 | 215 | 320 | 34 | 40 | 0 | 22 | 367 | 52 | 104 |
| Binary | 10010101 | 10001101 | 11010000 | 11100 | 100000 | 0 | 10010 | 11110111 | 101010 | 1000100 |
Color Harmonies of #958DD0
Complementary color
Monochromatic Colors of #958DD0
Black with #958DD0
Text Example
Text Example
White with #958DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DD0; }
p { color: rgb(149,141,208); }
H1.HeaderClassName
{
color: #958DD0;
}
.AnyTagClassName
{
color: #958DD0;
}
</style>
background-color css
<style>
a { background-color: #958DD0; }
a { background-color: rgb(149,141,208); }
div.DivClassName
{
background-color: #958DD0;
}
.BgClassName
{
background-color: #958DD0;
}
</style>
border-color css
<style>
span { border-color: #958DD0; }
span { border-color: rgb(149,141,208); }
td.TdClassName
{
border-color: #958DD0;
}
.TagClassName
{
border-color: #958DD0;
}
</style>