Shades of Blue Bell #958CDC
Tints of Blue Bell #958CDC
RGB
CMYK
RGB Variations
Color information
#958CDC (or 0x958CDC) is known color: Blue Bell. HEX triplet: 95, 8C and DC. RGB value is (149,140,220). Sum of RGB (Red+Green+Blue) = 149+140+220=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #958CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958CDC is #6A7323. Grayscale: #979797. Windows color (decimal): -6976292 or 14453909. OLE color: 14453909.
HSL color Cylindrical-coordinate representation of color #958CDC: hue angle of 246.75º 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 #958CDC is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 140 | 220 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.14 |
| HSL | 246.75º | 0.53% | 0.71% | - |
| HSV(B) | 246.75º | 0.36% | 0.86% | - |
| XYZ | 34.69 | 30.31 | 71.73 | - |
| YUV | 151.81 | 166.48 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 220 | 0.32 | 0.36 | 0 | 0.14 | 246.75 | 0.53 | 0.71 |
| Hex | 95 | 8C | DC | 20 | 24 | 0 | E | F7 | 35 | 47 |
| Octal | 225 | 214 | 334 | 40 | 44 | 0 | 16 | 367 | 65 | 107 |
| Binary | 10010101 | 10001100 | 11011100 | 100000 | 100100 | 0 | 1110 | 11110111 | 110101 | 1000111 |
Color Harmonies of #958CDC
Complementary color
Monochromatic Colors of #958CDC
Black with #958CDC
Text Example
Text Example
White with #958CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CDC; }
p { color: rgb(149,140,220); }
H1.HeaderClassName
{
color: #958CDC;
}
.AnyTagClassName
{
color: #958CDC;
}
</style>
background-color css
<style>
a { background-color: #958CDC; }
a { background-color: rgb(149,140,220); }
div.DivClassName
{
background-color: #958CDC;
}
.BgClassName
{
background-color: #958CDC;
}
</style>
border-color css
<style>
span { border-color: #958CDC; }
span { border-color: rgb(149,140,220); }
td.TdClassName
{
border-color: #958CDC;
}
.TagClassName
{
border-color: #958CDC;
}
</style>