Shades of Blue Bell #969DCA
Tints of Blue Bell #969DCA
RGB
CMYK
RGB Variations
Color information
#969DCA (or 0x969DCA) is known color: Blue Bell. HEX triplet: 96, 9D and CA. RGB value is (150,157,202). Sum of RGB (Red+Green+Blue) = 150+157+202=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #969DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DCA is #696235. Grayscale: #9F9F9F. Windows color (decimal): -6906422 or 13278614. OLE color: 13278614.
HSL color Cylindrical-coordinate representation of color #969DCA: hue angle of 231.92º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #969DCA is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 157 | 202 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.21 |
| HSL | 231.92º | 0.33% | 0.69% | - |
| HSV(B) | 231.92º | 0.26% | 0.79% | - |
| XYZ | 35.3 | 34.86 | 60.75 | - |
| YUV | 160.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 202 | 0.26 | 0.22 | 0 | 0.21 | 231.92 | 0.33 | 0.69 |
| Hex | 96 | 9D | CA | 1A | 16 | 0 | 15 | E8 | 21 | 45 |
| Octal | 226 | 235 | 312 | 32 | 26 | 0 | 25 | 350 | 41 | 105 |
| Binary | 10010110 | 10011101 | 11001010 | 11010 | 10110 | 0 | 10101 | 11101000 | 100001 | 1000101 |
Color Harmonies of #969DCA
Complementary color
Monochromatic Colors of #969DCA
Black with #969DCA
Text Example
Text Example
White with #969DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969DCA; }
p { color: rgb(150,157,202); }
H1.HeaderClassName
{
color: #969DCA;
}
.AnyTagClassName
{
color: #969DCA;
}
</style>
background-color css
<style>
a { background-color: #969DCA; }
a { background-color: rgb(150,157,202); }
div.DivClassName
{
background-color: #969DCA;
}
.BgClassName
{
background-color: #969DCA;
}
</style>
border-color css
<style>
span { border-color: #969DCA; }
span { border-color: rgb(150,157,202); }
td.TdClassName
{
border-color: #969DCA;
}
.TagClassName
{
border-color: #969DCA;
}
</style>