Shades of Blue Bell #969BC5
Tints of Blue Bell #969BC5
RGB
CMYK
RGB Variations
Color information
#969BC5 (or 0x969BC5) is known color: Blue Bell. HEX triplet: 96, 9B and C5. RGB value is (150,155,197). Sum of RGB (Red+Green+Blue) = 150+155+197=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 197 - color contains mainly: blue. Hex color #969BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BC5 is #69643A. Grayscale: #9E9E9E. Windows color (decimal): -6906939 or 12950422. OLE color: 12950422.
HSL color Cylindrical-coordinate representation of color #969BC5: hue angle of 233.62º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #969BC5 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 155 | 197 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.23 |
| HSL | 233.62º | 0.29% | 0.68% | - |
| HSV(B) | 233.62º | 0.24% | 0.77% | - |
| XYZ | 34.38 | 33.96 | 57.57 | - |
| YUV | 158.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 197 | 0.24 | 0.21 | 0 | 0.23 | 233.62 | 0.29 | 0.68 |
| Hex | 96 | 9B | C5 | 18 | 15 | 0 | 17 | EA | 1D | 44 |
| Octal | 226 | 233 | 305 | 30 | 25 | 0 | 27 | 352 | 35 | 104 |
| Binary | 10010110 | 10011011 | 11000101 | 11000 | 10101 | 0 | 10111 | 11101010 | 11101 | 1000100 |
Color Harmonies of #969BC5
Complementary color
Monochromatic Colors of #969BC5
Black with #969BC5
Text Example
Text Example
White with #969BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969BC5; }
p { color: rgb(150,155,197); }
H1.HeaderClassName
{
color: #969BC5;
}
.AnyTagClassName
{
color: #969BC5;
}
</style>
background-color css
<style>
a { background-color: #969BC5; }
a { background-color: rgb(150,155,197); }
div.DivClassName
{
background-color: #969BC5;
}
.BgClassName
{
background-color: #969BC5;
}
</style>
border-color css
<style>
span { border-color: #969BC5; }
span { border-color: rgb(150,155,197); }
td.TdClassName
{
border-color: #969BC5;
}
.TagClassName
{
border-color: #969BC5;
}
</style>