Shades of Blue Bell #9B99C1
Tints of Blue Bell #9B99C1
RGB
CMYK
RGB Variations
Color information
#9B99C1 (or 0x9B99C1) is known color: Blue Bell. HEX triplet: 9B, 99 and C1. RGB value is (155,153,193). Sum of RGB (Red+Green+Blue) = 155+153+193=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B99C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B99C1 is #64663E. Grayscale: #9D9D9D. Windows color (decimal): -6579775 or 12687771. OLE color: 12687771.
HSL color Cylindrical-coordinate representation of color #9B99C1: hue angle of 243º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B99C1 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 153 | 193 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.24 |
| HSL | 243º | 0.24% | 0.68% | - |
| HSV(B) | 243º | 0.21% | 0.76% | - |
| XYZ | 34.53 | 33.6 | 55.12 | - |
| YUV | 158.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 193 | 0.20 | 0.21 | 0 | 0.24 | 243 | 0.24 | 0.68 |
| Hex | 9B | 99 | C1 | 14 | 15 | 0 | 18 | F3 | 18 | 44 |
| Octal | 233 | 231 | 301 | 24 | 25 | 0 | 30 | 363 | 30 | 104 |
| Binary | 10011011 | 10011001 | 11000001 | 10100 | 10101 | 0 | 11000 | 11110011 | 11000 | 1000100 |
Color Harmonies of #9B99C1
Complementary color
Monochromatic Colors of #9B99C1
Black with #9B99C1
Text Example
Text Example
White with #9B99C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B99C1; }
p { color: rgb(155,153,193); }
H1.HeaderClassName
{
color: #9B99C1;
}
.AnyTagClassName
{
color: #9B99C1;
}
</style>
background-color css
<style>
a { background-color: #9B99C1; }
a { background-color: rgb(155,153,193); }
div.DivClassName
{
background-color: #9B99C1;
}
.BgClassName
{
background-color: #9B99C1;
}
</style>
border-color css
<style>
span { border-color: #9B99C1; }
span { border-color: rgb(155,153,193); }
td.TdClassName
{
border-color: #9B99C1;
}
.TagClassName
{
border-color: #9B99C1;
}
</style>