Shades of Blue Bell #9C9BDF
Tints of Blue Bell #9C9BDF
RGB
CMYK
RGB Variations
Color information
#9C9BDF (or 0x9C9BDF) is known color: Blue Bell. HEX triplet: 9C, 9B and DF. RGB value is (156,155,223). Sum of RGB (Red+Green+Blue) = 156+155+223=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C9BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9BDF is #636420. Grayscale: #A2A2A2. Windows color (decimal): -6513697 or 14654364. OLE color: 14654364.
HSL color Cylindrical-coordinate representation of color #9C9BDF: hue angle of 240.88º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C9BDF is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 155 | 223 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.13 |
| HSL | 240.88º | 0.52% | 0.74% | - |
| HSV(B) | 240.88º | 0.3% | 0.87% | - |
| XYZ | 38.75 | 35.84 | 74.69 | - |
| YUV | 163.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 155 | 223 | 0.30 | 0.30 | 0 | 0.13 | 240.88 | 0.52 | 0.74 |
| Hex | 9C | 9B | DF | 1E | 1E | 0 | D | F1 | 34 | 4A |
| Octal | 234 | 233 | 337 | 36 | 36 | 0 | 15 | 361 | 64 | 112 |
| Binary | 10011100 | 10011011 | 11011111 | 11110 | 11110 | 0 | 1101 | 11110001 | 110100 | 1001010 |
Color Harmonies of #9C9BDF
Complementary color
Monochromatic Colors of #9C9BDF
Black with #9C9BDF
Text Example
Text Example
White with #9C9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9BDF; }
p { color: rgb(156,155,223); }
H1.HeaderClassName
{
color: #9C9BDF;
}
.AnyTagClassName
{
color: #9C9BDF;
}
</style>
background-color css
<style>
a { background-color: #9C9BDF; }
a { background-color: rgb(156,155,223); }
div.DivClassName
{
background-color: #9C9BDF;
}
.BgClassName
{
background-color: #9C9BDF;
}
</style>
border-color css
<style>
span { border-color: #9C9BDF; }
span { border-color: rgb(156,155,223); }
td.TdClassName
{
border-color: #9C9BDF;
}
.TagClassName
{
border-color: #9C9BDF;
}
</style>