Shades of Blue Bell #9B9CC4
Tints of Blue Bell #9B9CC4
RGB
CMYK
RGB Variations
Color information
#9B9CC4 (or 0x9B9CC4) is known color: Blue Bell. HEX triplet: 9B, 9C and C4. RGB value is (155,156,196). Sum of RGB (Red+Green+Blue) = 155+156+196=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 196 - color contains mainly: blue. Hex color #9B9CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9CC4 is #64633B. Grayscale: #A0A0A0. Windows color (decimal): -6579004 or 12885147. OLE color: 12885147.
HSL color Cylindrical-coordinate representation of color #9B9CC4: hue angle of 238.54º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B9CC4 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 156 | 196 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.23 |
| HSL | 238.54º | 0.26% | 0.69% | - |
| HSV(B) | 238.54º | 0.21% | 0.77% | - |
| XYZ | 35.37 | 34.73 | 57.06 | - |
| YUV | 160.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 156 | 196 | 0.21 | 0.20 | 0 | 0.23 | 238.54 | 0.26 | 0.69 |
| Hex | 9B | 9C | C4 | 15 | 14 | 0 | 17 | EF | 1A | 45 |
| Octal | 233 | 234 | 304 | 25 | 24 | 0 | 27 | 357 | 32 | 105 |
| Binary | 10011011 | 10011100 | 11000100 | 10101 | 10100 | 0 | 10111 | 11101111 | 11010 | 1000101 |
Color Harmonies of #9B9CC4
Complementary color
Monochromatic Colors of #9B9CC4
Black with #9B9CC4
Text Example
Text Example
White with #9B9CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9CC4; }
p { color: rgb(155,156,196); }
H1.HeaderClassName
{
color: #9B9CC4;
}
.AnyTagClassName
{
color: #9B9CC4;
}
</style>
background-color css
<style>
a { background-color: #9B9CC4; }
a { background-color: rgb(155,156,196); }
div.DivClassName
{
background-color: #9B9CC4;
}
.BgClassName
{
background-color: #9B9CC4;
}
</style>
border-color css
<style>
span { border-color: #9B9CC4; }
span { border-color: rgb(155,156,196); }
td.TdClassName
{
border-color: #9B9CC4;
}
.TagClassName
{
border-color: #9B9CC4;
}
</style>