Shades of Blue Bell #9B9CC6
Tints of Blue Bell #9B9CC6
RGB
CMYK
RGB Variations
Color information
#9B9CC6 (or 0x9B9CC6) is known color: Blue Bell. HEX triplet: 9B, 9C and C6. RGB value is (155,156,198). Sum of RGB (Red+Green+Blue) = 155+156+198=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #9B9CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9CC6 is #646339. Grayscale: #A0A0A0. Windows color (decimal): -6579002 or 13016219. OLE color: 13016219.
HSL color Cylindrical-coordinate representation of color #9B9CC6: hue angle of 238.6º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B9CC6 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 156 | 198 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.22 |
| HSL | 238.6º | 0.27% | 0.69% | - |
| HSV(B) | 238.6º | 0.22% | 0.78% | - |
| XYZ | 35.6 | 34.82 | 58.27 | - |
| YUV | 160.49 | 149.17 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 156 | 198 | 0.22 | 0.21 | 0 | 0.22 | 238.6 | 0.27 | 0.69 |
| Hex | 9B | 9C | C6 | 16 | 15 | 0 | 16 | EF | 1B | 45 |
| Octal | 233 | 234 | 306 | 26 | 25 | 0 | 26 | 357 | 33 | 105 |
| Binary | 10011011 | 10011100 | 11000110 | 10110 | 10101 | 0 | 10110 | 11101111 | 11011 | 1000101 |
Color Harmonies of #9B9CC6
Complementary color
Monochromatic Colors of #9B9CC6
Black with #9B9CC6
Text Example
Text Example
White with #9B9CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9CC6; }
p { color: rgb(155,156,198); }
H1.HeaderClassName
{
color: #9B9CC6;
}
.AnyTagClassName
{
color: #9B9CC6;
}
</style>
background-color css
<style>
a { background-color: #9B9CC6; }
a { background-color: rgb(155,156,198); }
div.DivClassName
{
background-color: #9B9CC6;
}
.BgClassName
{
background-color: #9B9CC6;
}
</style>
border-color css
<style>
span { border-color: #9B9CC6; }
span { border-color: rgb(155,156,198); }
td.TdClassName
{
border-color: #9B9CC6;
}
.TagClassName
{
border-color: #9B9CC6;
}
</style>