Shades of Blue Bell #958DCB
Tints of Blue Bell #958DCB
RGB
CMYK
RGB Variations
Color information
#958DCB (or 0x958DCB) is known color: Blue Bell. HEX triplet: 95, 8D and CB. RGB value is (149,141,203). Sum of RGB (Red+Green+Blue) = 149+141+203=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #958DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DCB is #6A7234. Grayscale: #969696. Windows color (decimal): -6976053 or 13340053. OLE color: 13340053.
HSL color Cylindrical-coordinate representation of color #958DCB: hue angle of 247.74º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958DCB is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 141 | 203 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.20 |
| HSL | 247.74º | 0.37% | 0.67% | - |
| HSV(B) | 247.74º | 0.31% | 0.8% | - |
| XYZ | 32.7 | 29.75 | 60.52 | - |
| YUV | 150.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 203 | 0.27 | 0.31 | 0 | 0.20 | 247.74 | 0.37 | 0.67 |
| Hex | 95 | 8D | CB | 1B | 1F | 0 | 14 | F8 | 25 | 43 |
| Octal | 225 | 215 | 313 | 33 | 37 | 0 | 24 | 370 | 45 | 103 |
| Binary | 10010101 | 10001101 | 11001011 | 11011 | 11111 | 0 | 10100 | 11111000 | 100101 | 1000011 |
Color Harmonies of #958DCB
Complementary color
Monochromatic Colors of #958DCB
Black with #958DCB
Text Example
Text Example
White with #958DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DCB; }
p { color: rgb(149,141,203); }
H1.HeaderClassName
{
color: #958DCB;
}
.AnyTagClassName
{
color: #958DCB;
}
</style>
background-color css
<style>
a { background-color: #958DCB; }
a { background-color: rgb(149,141,203); }
div.DivClassName
{
background-color: #958DCB;
}
.BgClassName
{
background-color: #958DCB;
}
</style>
border-color css
<style>
span { border-color: #958DCB; }
span { border-color: rgb(149,141,203); }
td.TdClassName
{
border-color: #958DCB;
}
.TagClassName
{
border-color: #958DCB;
}
</style>