Shades of Blue Bell #958DDC
Tints of Blue Bell #958DDC
RGB
CMYK
RGB Variations
Color information
#958DDC (or 0x958DDC) is known color: Blue Bell. HEX triplet: 95, 8D and DC. RGB value is (149,141,220). Sum of RGB (Red+Green+Blue) = 149+141+220=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #958DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DDC is #6A7223. Grayscale: #989898. Windows color (decimal): -6976036 or 14454165. OLE color: 14454165.
HSL color Cylindrical-coordinate representation of color #958DDC: hue angle of 246.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958DDC is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 141 | 220 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.14 |
| HSL | 246.08º | 0.53% | 0.71% | - |
| HSV(B) | 246.08º | 0.36% | 0.86% | - |
| XYZ | 34.84 | 30.61 | 71.78 | - |
| YUV | 152.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 220 | 0.32 | 0.36 | 0 | 0.14 | 246.08 | 0.53 | 0.71 |
| Hex | 95 | 8D | DC | 20 | 24 | 0 | E | F6 | 35 | 47 |
| Octal | 225 | 215 | 334 | 40 | 44 | 0 | 16 | 366 | 65 | 107 |
| Binary | 10010101 | 10001101 | 11011100 | 100000 | 100100 | 0 | 1110 | 11110110 | 110101 | 1000111 |
Color Harmonies of #958DDC
Complementary color
Monochromatic Colors of #958DDC
Black with #958DDC
Text Example
Text Example
White with #958DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DDC; }
p { color: rgb(149,141,220); }
H1.HeaderClassName
{
color: #958DDC;
}
.AnyTagClassName
{
color: #958DDC;
}
</style>
background-color css
<style>
a { background-color: #958DDC; }
a { background-color: rgb(149,141,220); }
div.DivClassName
{
background-color: #958DDC;
}
.BgClassName
{
background-color: #958DDC;
}
</style>
border-color css
<style>
span { border-color: #958DDC; }
span { border-color: rgb(149,141,220); }
td.TdClassName
{
border-color: #958DDC;
}
.TagClassName
{
border-color: #958DDC;
}
</style>