Shades of Blue Bell #9B9FCA
Tints of Blue Bell #9B9FCA
RGB
CMYK
RGB Variations
Color information
#9B9FCA (or 0x9B9FCA) is known color: Blue Bell. HEX triplet: 9B, 9F and CA. RGB value is (155,159,202). Sum of RGB (Red+Green+Blue) = 155+159+202=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B9FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9FCA is #646035. Grayscale: #A2A2A2. Windows color (decimal): -6578230 or 13279131. OLE color: 13279131.
HSL color Cylindrical-coordinate representation of color #9B9FCA: hue angle of 234.89º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B9FCA is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 159 | 202 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.21 |
| HSL | 234.89º | 0.31% | 0.7% | - |
| HSV(B) | 234.89º | 0.23% | 0.79% | - |
| XYZ | 36.58 | 36.03 | 60.9 | - |
| YUV | 162.71 | 150.17 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 159 | 202 | 0.23 | 0.21 | 0 | 0.21 | 234.89 | 0.31 | 0.7 |
| Hex | 9B | 9F | CA | 17 | 15 | 0 | 15 | EB | 1F | 46 |
| Octal | 233 | 237 | 312 | 27 | 25 | 0 | 25 | 353 | 37 | 106 |
| Binary | 10011011 | 10011111 | 11001010 | 10111 | 10101 | 0 | 10101 | 11101011 | 11111 | 1000110 |
Color Harmonies of #9B9FCA
Complementary color
Monochromatic Colors of #9B9FCA
Black with #9B9FCA
Text Example
Text Example
White with #9B9FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9FCA; }
p { color: rgb(155,159,202); }
H1.HeaderClassName
{
color: #9B9FCA;
}
.AnyTagClassName
{
color: #9B9FCA;
}
</style>
background-color css
<style>
a { background-color: #9B9FCA; }
a { background-color: rgb(155,159,202); }
div.DivClassName
{
background-color: #9B9FCA;
}
.BgClassName
{
background-color: #9B9FCA;
}
</style>
border-color css
<style>
span { border-color: #9B9FCA; }
span { border-color: rgb(155,159,202); }
td.TdClassName
{
border-color: #9B9FCA;
}
.TagClassName
{
border-color: #9B9FCA;
}
</style>