Shades of Blue Bell #9B99CC
Tints of Blue Bell #9B99CC
RGB
CMYK
RGB Variations
Color information
#9B99CC (or 0x9B99CC) is known color: Blue Bell. HEX triplet: 9B, 99 and CC. RGB value is (155,153,204). Sum of RGB (Red+Green+Blue) = 155+153+204=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B99CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B99CC is #646633. Grayscale: #9F9F9F. Windows color (decimal): -6579764 or 13408667. OLE color: 13408667.
HSL color Cylindrical-coordinate representation of color #9B99CC: hue angle of 242.35º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B99CC is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 153 | 204 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.2 |
| HSL | 242.35º | 0.33% | 0.7% | - |
| HSV(B) | 242.35º | 0.25% | 0.8% | - |
| XYZ | 35.81 | 34.11 | 61.82 | - |
| YUV | 159.41 | 153.16 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 204 | 0.24 | 0.25 | 0 | 0.2 | 242.35 | 0.33 | 0.7 |
| Hex | 9B | 99 | CC | 18 | 19 | 0 | 14 | F2 | 21 | 46 |
| Octal | 233 | 231 | 314 | 30 | 31 | 0 | 24 | 362 | 41 | 106 |
| Binary | 10011011 | 10011001 | 11001100 | 11000 | 11001 | 0 | 10100 | 11110010 | 100001 | 1000110 |
Color Harmonies of #9B99CC
Complementary color
Monochromatic Colors of #9B99CC
Black with #9B99CC
Text Example
Text Example
White with #9B99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B99CC; }
p { color: rgb(155,153,204); }
H1.HeaderClassName
{
color: #9B99CC;
}
.AnyTagClassName
{
color: #9B99CC;
}
</style>
background-color css
<style>
a { background-color: #9B99CC; }
a { background-color: rgb(155,153,204); }
div.DivClassName
{
background-color: #9B99CC;
}
.BgClassName
{
background-color: #9B99CC;
}
</style>
border-color css
<style>
span { border-color: #9B99CC; }
span { border-color: rgb(155,153,204); }
td.TdClassName
{
border-color: #9B99CC;
}
.TagClassName
{
border-color: #9B99CC;
}
</style>