Shades of Blue Bell #969BC3
Tints of Blue Bell #969BC3
RGB
CMYK
RGB Variations
Color information
#969BC3 (or 0x969BC3) is known color: Blue Bell. HEX triplet: 96, 9B and C3. RGB value is (150,155,195). Sum of RGB (Red+Green+Blue) = 150+155+195=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 195 - color contains mainly: blue. Hex color #969BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BC3 is #69643C. Grayscale: #9D9D9D. Windows color (decimal): -6906941 or 12819350. OLE color: 12819350.
HSL color Cylindrical-coordinate representation of color #969BC3: hue angle of 233.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #969BC3 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 155 | 195 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.24 |
| HSL | 233.33º | 0.27% | 0.68% | - |
| HSV(B) | 233.33º | 0.23% | 0.76% | - |
| XYZ | 34.15 | 33.87 | 56.37 | - |
| YUV | 158.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 195 | 0.23 | 0.21 | 0 | 0.24 | 233.33 | 0.27 | 0.68 |
| Hex | 96 | 9B | C3 | 17 | 15 | 0 | 18 | E9 | 1B | 44 |
| Octal | 226 | 233 | 303 | 27 | 25 | 0 | 30 | 351 | 33 | 104 |
| Binary | 10010110 | 10011011 | 11000011 | 10111 | 10101 | 0 | 11000 | 11101001 | 11011 | 1000100 |
Color Harmonies of #969BC3
Complementary color
Monochromatic Colors of #969BC3
Black with #969BC3
Text Example
Text Example
White with #969BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969BC3; }
p { color: rgb(150,155,195); }
H1.HeaderClassName
{
color: #969BC3;
}
.AnyTagClassName
{
color: #969BC3;
}
</style>
background-color css
<style>
a { background-color: #969BC3; }
a { background-color: rgb(150,155,195); }
div.DivClassName
{
background-color: #969BC3;
}
.BgClassName
{
background-color: #969BC3;
}
</style>
border-color css
<style>
span { border-color: #969BC3; }
span { border-color: rgb(150,155,195); }
td.TdClassName
{
border-color: #969BC3;
}
.TagClassName
{
border-color: #969BC3;
}
</style>