Shades of Blue Bell #9B9CDF
Tints of Blue Bell #9B9CDF
RGB
CMYK
RGB Variations
Color information
#9B9CDF (or 0x9B9CDF) is known color: Blue Bell. HEX triplet: 9B, 9C and DF. RGB value is (155,156,223). Sum of RGB (Red+Green+Blue) = 155+156+223=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 156 (61.33% from 255 or 29.21% 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 #9B9CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9CDF is #646320. Grayscale: #A3A3A3. Windows color (decimal): -6578977 or 14654619. OLE color: 14654619.
HSL color Cylindrical-coordinate representation of color #9B9CDF: hue angle of 239.12º 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 #9B9CDF is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 156 | 223 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.13 |
| HSL | 239.12º | 0.52% | 0.74% | - |
| HSV(B) | 239.12º | 0.3% | 0.87% | - |
| XYZ | 38.73 | 36.07 | 74.73 | - |
| YUV | 163.34 | 161.67 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 156 | 223 | 0.30 | 0.30 | 0 | 0.13 | 239.12 | 0.52 | 0.74 |
| Hex | 9B | 9C | DF | 1E | 1E | 0 | D | EF | 34 | 4A |
| Octal | 233 | 234 | 337 | 36 | 36 | 0 | 15 | 357 | 64 | 112 |
| Binary | 10011011 | 10011100 | 11011111 | 11110 | 11110 | 0 | 1101 | 11101111 | 110100 | 1001010 |
Color Harmonies of #9B9CDF
Complementary color
Monochromatic Colors of #9B9CDF
Black with #9B9CDF
Text Example
Text Example
White with #9B9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9CDF; }
p { color: rgb(155,156,223); }
H1.HeaderClassName
{
color: #9B9CDF;
}
.AnyTagClassName
{
color: #9B9CDF;
}
</style>
background-color css
<style>
a { background-color: #9B9CDF; }
a { background-color: rgb(155,156,223); }
div.DivClassName
{
background-color: #9B9CDF;
}
.BgClassName
{
background-color: #9B9CDF;
}
</style>
border-color css
<style>
span { border-color: #9B9CDF; }
span { border-color: rgb(155,156,223); }
td.TdClassName
{
border-color: #9B9CDF;
}
.TagClassName
{
border-color: #9B9CDF;
}
</style>