Shades of Blue Bell #9B9FCC
Tints of Blue Bell #9B9FCC
RGB
CMYK
RGB Variations
Color information
#9B9FCC (or 0x9B9FCC) is known color: Blue Bell. HEX triplet: 9B, 9F and CC. RGB value is (155,159,204). Sum of RGB (Red+Green+Blue) = 155+159+204=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B9FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9FCC is #646033. Grayscale: #A2A2A2. Windows color (decimal): -6578228 or 13410203. OLE color: 13410203.
HSL color Cylindrical-coordinate representation of color #9B9FCC: hue angle of 235.1º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B9FCC is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 159 | 204 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.2 |
| HSL | 235.1º | 0.32% | 0.7% | - |
| HSV(B) | 235.1º | 0.24% | 0.8% | - |
| XYZ | 36.81 | 36.12 | 62.16 | - |
| YUV | 162.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 159 | 204 | 0.24 | 0.22 | 0 | 0.2 | 235.1 | 0.32 | 0.7 |
| Hex | 9B | 9F | CC | 18 | 16 | 0 | 14 | EB | 20 | 46 |
| Octal | 233 | 237 | 314 | 30 | 26 | 0 | 24 | 353 | 40 | 106 |
| Binary | 10011011 | 10011111 | 11001100 | 11000 | 10110 | 0 | 10100 | 11101011 | 100000 | 1000110 |
Color Harmonies of #9B9FCC
Complementary color
Monochromatic Colors of #9B9FCC
Black with #9B9FCC
Text Example
Text Example
White with #9B9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9FCC; }
p { color: rgb(155,159,204); }
H1.HeaderClassName
{
color: #9B9FCC;
}
.AnyTagClassName
{
color: #9B9FCC;
}
</style>
background-color css
<style>
a { background-color: #9B9FCC; }
a { background-color: rgb(155,159,204); }
div.DivClassName
{
background-color: #9B9FCC;
}
.BgClassName
{
background-color: #9B9FCC;
}
</style>
border-color css
<style>
span { border-color: #9B9FCC; }
span { border-color: rgb(155,159,204); }
td.TdClassName
{
border-color: #9B9FCC;
}
.TagClassName
{
border-color: #9B9FCC;
}
</style>