Shades of Blue Bell #9C9FDC
Tints of Blue Bell #9C9FDC
RGB
CMYK
RGB Variations
Color information
#9C9FDC (or 0x9C9FDC) is known color: Blue Bell. HEX triplet: 9C, 9F and DC. RGB value is (156,159,220). Sum of RGB (Red+Green+Blue) = 156+159+220=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FDC is #636023. Grayscale: #A4A4A4. Windows color (decimal): -6512676 or 14458780. OLE color: 14458780.
HSL color Cylindrical-coordinate representation of color #9C9FDC: hue angle of 237.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C9FDC is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 159 | 220 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.14 |
| HSL | 237.19º | 0.48% | 0.74% | - |
| HSV(B) | 237.19º | 0.29% | 0.86% | - |
| XYZ | 39.03 | 37.03 | 72.8 | - |
| YUV | 165.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 159 | 220 | 0.29 | 0.28 | 0 | 0.14 | 237.19 | 0.48 | 0.74 |
| Hex | 9C | 9F | DC | 1D | 1C | 0 | E | ED | 30 | 4A |
| Octal | 234 | 237 | 334 | 35 | 34 | 0 | 16 | 355 | 60 | 112 |
| Binary | 10011100 | 10011111 | 11011100 | 11101 | 11100 | 0 | 1110 | 11101101 | 110000 | 1001010 |
Color Harmonies of #9C9FDC
Complementary color
Monochromatic Colors of #9C9FDC
Black with #9C9FDC
Text Example
Text Example
White with #9C9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9FDC; }
p { color: rgb(156,159,220); }
H1.HeaderClassName
{
color: #9C9FDC;
}
.AnyTagClassName
{
color: #9C9FDC;
}
</style>
background-color css
<style>
a { background-color: #9C9FDC; }
a { background-color: rgb(156,159,220); }
div.DivClassName
{
background-color: #9C9FDC;
}
.BgClassName
{
background-color: #9C9FDC;
}
</style>
border-color css
<style>
span { border-color: #9C9FDC; }
span { border-color: rgb(156,159,220); }
td.TdClassName
{
border-color: #9C9FDC;
}
.TagClassName
{
border-color: #9C9FDC;
}
</style>