Shades of Blue Bell #969CC9
Tints of Blue Bell #969CC9
RGB
CMYK
RGB Variations
Color information
#969CC9 (or 0x969CC9) is known color: Blue Bell. HEX triplet: 96, 9C and C9. RGB value is (150,156,201). Sum of RGB (Red+Green+Blue) = 150+156+201=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #969CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CC9 is #696336. Grayscale: #9F9F9F. Windows color (decimal): -6906679 or 13212822. OLE color: 13212822.
HSL color Cylindrical-coordinate representation of color #969CC9: hue angle of 232.94º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #969CC9 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 156 | 201 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.21 |
| HSL | 232.94º | 0.32% | 0.69% | - |
| HSV(B) | 232.94º | 0.25% | 0.79% | - |
| XYZ | 35.01 | 34.48 | 60.07 | - |
| YUV | 159.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 201 | 0.25 | 0.22 | 0 | 0.21 | 232.94 | 0.32 | 0.69 |
| Hex | 96 | 9C | C9 | 19 | 16 | 0 | 15 | E9 | 20 | 45 |
| Octal | 226 | 234 | 311 | 31 | 26 | 0 | 25 | 351 | 40 | 105 |
| Binary | 10010110 | 10011100 | 11001001 | 11001 | 10110 | 0 | 10101 | 11101001 | 100000 | 1000101 |
Color Harmonies of #969CC9
Complementary color
Monochromatic Colors of #969CC9
Black with #969CC9
Text Example
Text Example
White with #969CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969CC9; }
p { color: rgb(150,156,201); }
H1.HeaderClassName
{
color: #969CC9;
}
.AnyTagClassName
{
color: #969CC9;
}
</style>
background-color css
<style>
a { background-color: #969CC9; }
a { background-color: rgb(150,156,201); }
div.DivClassName
{
background-color: #969CC9;
}
.BgClassName
{
background-color: #969CC9;
}
</style>
border-color css
<style>
span { border-color: #969CC9; }
span { border-color: rgb(150,156,201); }
td.TdClassName
{
border-color: #969CC9;
}
.TagClassName
{
border-color: #969CC9;
}
</style>