Shades of Blue Bell #969ED2
Tints of Blue Bell #969ED2
RGB
CMYK
RGB Variations
Color information
#969ED2 (or 0x969ED2) is known color: Blue Bell. HEX triplet: 96, 9E and D2. RGB value is (150,158,210). Sum of RGB (Red+Green+Blue) = 150+158+210=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #969ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ED2 is #69612D. Grayscale: #A1A1A1. Windows color (decimal): -6906158 or 13803158. OLE color: 13803158.
HSL color Cylindrical-coordinate representation of color #969ED2: hue angle of 232º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #969ED2 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 158 | 210 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.18 |
| HSL | 232º | 0.4% | 0.71% | - |
| HSV(B) | 232º | 0.29% | 0.82% | - |
| XYZ | 36.44 | 35.59 | 65.92 | - |
| YUV | 161.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 210 | 0.29 | 0.25 | 0 | 0.18 | 232 | 0.4 | 0.71 |
| Hex | 96 | 9E | D2 | 1D | 19 | 0 | 12 | E8 | 28 | 47 |
| Octal | 226 | 236 | 322 | 35 | 31 | 0 | 22 | 350 | 50 | 107 |
| Binary | 10010110 | 10011110 | 11010010 | 11101 | 11001 | 0 | 10010 | 11101000 | 101000 | 1000111 |
Color Harmonies of #969ED2
Complementary color
Monochromatic Colors of #969ED2
Black with #969ED2
Text Example
Text Example
White with #969ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969ED2; }
p { color: rgb(150,158,210); }
H1.HeaderClassName
{
color: #969ED2;
}
.AnyTagClassName
{
color: #969ED2;
}
</style>
background-color css
<style>
a { background-color: #969ED2; }
a { background-color: rgb(150,158,210); }
div.DivClassName
{
background-color: #969ED2;
}
.BgClassName
{
background-color: #969ED2;
}
</style>
border-color css
<style>
span { border-color: #969ED2; }
span { border-color: rgb(150,158,210); }
td.TdClassName
{
border-color: #969ED2;
}
.TagClassName
{
border-color: #969ED2;
}
</style>