Shades of Blue Bell #958DCC
Tints of Blue Bell #958DCC
RGB
CMYK
RGB Variations
Color information
#958DCC (or 0x958DCC) is known color: Blue Bell. HEX triplet: 95, 8D and CC. RGB value is (149,141,204). Sum of RGB (Red+Green+Blue) = 149+141+204=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #958DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DCC is #6A7233. Grayscale: #969696. Windows color (decimal): -6976052 or 13405589. OLE color: 13405589.
HSL color Cylindrical-coordinate representation of color #958DCC: hue angle of 247.62º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958DCC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 141 | 204 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.2 |
| HSL | 247.62º | 0.38% | 0.68% | - |
| HSV(B) | 247.62º | 0.31% | 0.8% | - |
| XYZ | 32.82 | 29.8 | 61.15 | - |
| YUV | 150.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 204 | 0.27 | 0.31 | 0 | 0.2 | 247.62 | 0.38 | 0.68 |
| Hex | 95 | 8D | CC | 1B | 1F | 0 | 14 | F8 | 26 | 44 |
| Octal | 225 | 215 | 314 | 33 | 37 | 0 | 24 | 370 | 46 | 104 |
| Binary | 10010101 | 10001101 | 11001100 | 11011 | 11111 | 0 | 10100 | 11111000 | 100110 | 1000100 |
Color Harmonies of #958DCC
Complementary color
Monochromatic Colors of #958DCC
Black with #958DCC
Text Example
Text Example
White with #958DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DCC; }
p { color: rgb(149,141,204); }
H1.HeaderClassName
{
color: #958DCC;
}
.AnyTagClassName
{
color: #958DCC;
}
</style>
background-color css
<style>
a { background-color: #958DCC; }
a { background-color: rgb(149,141,204); }
div.DivClassName
{
background-color: #958DCC;
}
.BgClassName
{
background-color: #958DCC;
}
</style>
border-color css
<style>
span { border-color: #958DCC; }
span { border-color: rgb(149,141,204); }
td.TdClassName
{
border-color: #958DCC;
}
.TagClassName
{
border-color: #958DCC;
}
</style>