Shades of Blue Bell #958CDD
Tints of Blue Bell #958CDD
RGB
CMYK
RGB Variations
Color information
#958CDD (or 0x958CDD) is known color: Blue Bell. HEX triplet: 95, 8C and DD. RGB value is (149,140,221). Sum of RGB (Red+Green+Blue) = 149+140+221=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #958CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958CDD is #6A7322. Grayscale: #979797. Windows color (decimal): -6976291 or 14519445. OLE color: 14519445.
HSL color Cylindrical-coordinate representation of color #958CDD: hue angle of 246.67º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #958CDD is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 140 | 221 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.13 |
| HSL | 246.67º | 0.54% | 0.71% | - |
| HSV(B) | 246.67º | 0.37% | 0.87% | - |
| XYZ | 34.82 | 30.37 | 72.43 | - |
| YUV | 151.93 | 166.98 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 221 | 0.33 | 0.37 | 0 | 0.13 | 246.67 | 0.54 | 0.71 |
| Hex | 95 | 8C | DD | 21 | 25 | 0 | D | F7 | 36 | 47 |
| Octal | 225 | 214 | 335 | 41 | 45 | 0 | 15 | 367 | 66 | 107 |
| Binary | 10010101 | 10001100 | 11011101 | 100001 | 100101 | 0 | 1101 | 11110111 | 110110 | 1000111 |
Color Harmonies of #958CDD
Complementary color
Monochromatic Colors of #958CDD
Black with #958CDD
Text Example
Text Example
White with #958CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CDD; }
p { color: rgb(149,140,221); }
H1.HeaderClassName
{
color: #958CDD;
}
.AnyTagClassName
{
color: #958CDD;
}
</style>
background-color css
<style>
a { background-color: #958CDD; }
a { background-color: rgb(149,140,221); }
div.DivClassName
{
background-color: #958CDD;
}
.BgClassName
{
background-color: #958CDD;
}
</style>
border-color css
<style>
span { border-color: #958CDD; }
span { border-color: rgb(149,140,221); }
td.TdClassName
{
border-color: #958CDD;
}
.TagClassName
{
border-color: #958CDD;
}
</style>