Shades of Blue Bell #969DD4
Tints of Blue Bell #969DD4
RGB
CMYK
RGB Variations
Color information
#969DD4 (or 0x969DD4) is known color: Blue Bell. HEX triplet: 96, 9D and D4. RGB value is (150,157,212). Sum of RGB (Red+Green+Blue) = 150+157+212=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #969DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DD4 is #69622B. Grayscale: #A0A0A0. Windows color (decimal): -6906412 or 13933974. OLE color: 13933974.
HSL color Cylindrical-coordinate representation of color #969DD4: hue angle of 233.23º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #969DD4 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 157 | 212 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.17 |
| HSL | 233.23º | 0.42% | 0.71% | - |
| HSV(B) | 233.23º | 0.29% | 0.83% | - |
| XYZ | 36.52 | 35.35 | 67.19 | - |
| YUV | 161.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 212 | 0.29 | 0.26 | 0 | 0.17 | 233.23 | 0.42 | 0.71 |
| Hex | 96 | 9D | D4 | 1D | 1A | 0 | 11 | E9 | 2A | 47 |
| Octal | 226 | 235 | 324 | 35 | 32 | 0 | 21 | 351 | 52 | 107 |
| Binary | 10010110 | 10011101 | 11010100 | 11101 | 11010 | 0 | 10001 | 11101001 | 101010 | 1000111 |
Color Harmonies of #969DD4
Complementary color
Monochromatic Colors of #969DD4
Black with #969DD4
Text Example
Text Example
White with #969DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969DD4; }
p { color: rgb(150,157,212); }
H1.HeaderClassName
{
color: #969DD4;
}
.AnyTagClassName
{
color: #969DD4;
}
</style>
background-color css
<style>
a { background-color: #969DD4; }
a { background-color: rgb(150,157,212); }
div.DivClassName
{
background-color: #969DD4;
}
.BgClassName
{
background-color: #969DD4;
}
</style>
border-color css
<style>
span { border-color: #969DD4; }
span { border-color: rgb(150,157,212); }
td.TdClassName
{
border-color: #969DD4;
}
.TagClassName
{
border-color: #969DD4;
}
</style>