Shades of Blue Bell #958DCA
Tints of Blue Bell #958DCA
RGB
CMYK
RGB Variations
Color information
#958DCA (or 0x958DCA) is known color: Blue Bell. HEX triplet: 95, 8D and CA. RGB value is (149,141,202). Sum of RGB (Red+Green+Blue) = 149+141+202=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #958DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DCA is #6A7235. Grayscale: #969696. Windows color (decimal): -6976054 or 13274517. OLE color: 13274517.
HSL color Cylindrical-coordinate representation of color #958DCA: hue angle of 247.87º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958DCA is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 141 | 202 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.21 |
| HSL | 247.87º | 0.37% | 0.67% | - |
| HSV(B) | 247.87º | 0.3% | 0.79% | - |
| XYZ | 32.58 | 29.7 | 59.89 | - |
| YUV | 150.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 202 | 0.26 | 0.30 | 0 | 0.21 | 247.87 | 0.37 | 0.67 |
| Hex | 95 | 8D | CA | 1A | 1E | 0 | 15 | F8 | 25 | 43 |
| Octal | 225 | 215 | 312 | 32 | 36 | 0 | 25 | 370 | 45 | 103 |
| Binary | 10010101 | 10001101 | 11001010 | 11010 | 11110 | 0 | 10101 | 11111000 | 100101 | 1000011 |
Color Harmonies of #958DCA
Complementary color
Monochromatic Colors of #958DCA
Black with #958DCA
Text Example
Text Example
White with #958DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DCA; }
p { color: rgb(149,141,202); }
H1.HeaderClassName
{
color: #958DCA;
}
.AnyTagClassName
{
color: #958DCA;
}
</style>
background-color css
<style>
a { background-color: #958DCA; }
a { background-color: rgb(149,141,202); }
div.DivClassName
{
background-color: #958DCA;
}
.BgClassName
{
background-color: #958DCA;
}
</style>
border-color css
<style>
span { border-color: #958DCA; }
span { border-color: rgb(149,141,202); }
td.TdClassName
{
border-color: #958DCA;
}
.TagClassName
{
border-color: #958DCA;
}
</style>