Shades of Blue Bell #969BCB
Tints of Blue Bell #969BCB
RGB
CMYK
RGB Variations
Color information
#969BCB (or 0x969BCB) is known color: Blue Bell. HEX triplet: 96, 9B and CB. RGB value is (150,155,203). Sum of RGB (Red+Green+Blue) = 150+155+203=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #969BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BCB is #696434. Grayscale: #9E9E9E. Windows color (decimal): -6906933 or 13343638. OLE color: 13343638.
HSL color Cylindrical-coordinate representation of color #969BCB: hue angle of 234.34º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #969BCB is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 155 | 203 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.20 |
| HSL | 234.34º | 0.34% | 0.69% | - |
| HSV(B) | 234.34º | 0.26% | 0.8% | - |
| XYZ | 35.08 | 34.24 | 61.26 | - |
| YUV | 158.98 | 152.84 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 203 | 0.26 | 0.24 | 0 | 0.20 | 234.34 | 0.34 | 0.69 |
| Hex | 96 | 9B | CB | 1A | 18 | 0 | 14 | EA | 22 | 45 |
| Octal | 226 | 233 | 313 | 32 | 30 | 0 | 24 | 352 | 42 | 105 |
| Binary | 10010110 | 10011011 | 11001011 | 11010 | 11000 | 0 | 10100 | 11101010 | 100010 | 1000101 |
Color Harmonies of #969BCB
Complementary color
Monochromatic Colors of #969BCB
Black with #969BCB
Text Example
Text Example
White with #969BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969BCB; }
p { color: rgb(150,155,203); }
H1.HeaderClassName
{
color: #969BCB;
}
.AnyTagClassName
{
color: #969BCB;
}
</style>
background-color css
<style>
a { background-color: #969BCB; }
a { background-color: rgb(150,155,203); }
div.DivClassName
{
background-color: #969BCB;
}
.BgClassName
{
background-color: #969BCB;
}
</style>
border-color css
<style>
span { border-color: #969BCB; }
span { border-color: rgb(150,155,203); }
td.TdClassName
{
border-color: #969BCB;
}
.TagClassName
{
border-color: #969BCB;
}
</style>