Shades of Blue Bell #969CCB
Tints of Blue Bell #969CCB
RGB
CMYK
RGB Variations
Color information
#969CCB (or 0x969CCB) is known color: Blue Bell. HEX triplet: 96, 9C and CB. RGB value is (150,156,203). Sum of RGB (Red+Green+Blue) = 150+156+203=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #969CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CCB is #696334. Grayscale: #9F9F9F. Windows color (decimal): -6906677 or 13343894. OLE color: 13343894.
HSL color Cylindrical-coordinate representation of color #969CCB: hue angle of 233.21º 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 #969CCB is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 156 | 203 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.20 |
| HSL | 233.21º | 0.34% | 0.69% | - |
| HSV(B) | 233.21º | 0.26% | 0.8% | - |
| XYZ | 35.25 | 34.57 | 61.32 | - |
| YUV | 159.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 203 | 0.26 | 0.23 | 0 | 0.20 | 233.21 | 0.34 | 0.69 |
| Hex | 96 | 9C | CB | 1A | 17 | 0 | 14 | E9 | 22 | 45 |
| Octal | 226 | 234 | 313 | 32 | 27 | 0 | 24 | 351 | 42 | 105 |
| Binary | 10010110 | 10011100 | 11001011 | 11010 | 10111 | 0 | 10100 | 11101001 | 100010 | 1000101 |
Color Harmonies of #969CCB
Complementary color
Monochromatic Colors of #969CCB
Black with #969CCB
Text Example
Text Example
White with #969CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969CCB; }
p { color: rgb(150,156,203); }
H1.HeaderClassName
{
color: #969CCB;
}
.AnyTagClassName
{
color: #969CCB;
}
</style>
background-color css
<style>
a { background-color: #969CCB; }
a { background-color: rgb(150,156,203); }
div.DivClassName
{
background-color: #969CCB;
}
.BgClassName
{
background-color: #969CCB;
}
</style>
border-color css
<style>
span { border-color: #969CCB; }
span { border-color: rgb(150,156,203); }
td.TdClassName
{
border-color: #969CCB;
}
.TagClassName
{
border-color: #969CCB;
}
</style>