Shades of Blue Bell #958CCD
Tints of Blue Bell #958CCD
RGB
CMYK
RGB Variations
Color information
#958CCD (or 0x958CCD) is known color: Blue Bell. HEX triplet: 95, 8C and CD. RGB value is (149,140,205). Sum of RGB (Red+Green+Blue) = 149+140+205=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #958CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958CCD is #6A7332. Grayscale: #959595. Windows color (decimal): -6976307 or 13470869. OLE color: 13470869.
HSL color Cylindrical-coordinate representation of color #958CCD: hue angle of 248.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #958CCD is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 140 | 205 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.20 |
| HSL | 248.31º | 0.39% | 0.68% | - |
| HSV(B) | 248.31º | 0.32% | 0.8% | - |
| XYZ | 32.79 | 29.55 | 61.73 | - |
| YUV | 150.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 205 | 0.27 | 0.32 | 0 | 0.20 | 248.31 | 0.39 | 0.68 |
| Hex | 95 | 8C | CD | 1B | 20 | 0 | 14 | F8 | 27 | 44 |
| Octal | 225 | 214 | 315 | 33 | 40 | 0 | 24 | 370 | 47 | 104 |
| Binary | 10010101 | 10001100 | 11001101 | 11011 | 100000 | 0 | 10100 | 11111000 | 100111 | 1000100 |
Color Harmonies of #958CCD
Complementary color
Monochromatic Colors of #958CCD
Black with #958CCD
Text Example
Text Example
White with #958CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CCD; }
p { color: rgb(149,140,205); }
H1.HeaderClassName
{
color: #958CCD;
}
.AnyTagClassName
{
color: #958CCD;
}
</style>
background-color css
<style>
a { background-color: #958CCD; }
a { background-color: rgb(149,140,205); }
div.DivClassName
{
background-color: #958CCD;
}
.BgClassName
{
background-color: #958CCD;
}
</style>
border-color css
<style>
span { border-color: #958CCD; }
span { border-color: rgb(149,140,205); }
td.TdClassName
{
border-color: #958CCD;
}
.TagClassName
{
border-color: #958CCD;
}
</style>