Shades of Blue Bell #969ED0
Tints of Blue Bell #969ED0
RGB
CMYK
RGB Variations
Color information
#969ED0 (or 0x969ED0) is known color: Blue Bell. HEX triplet: 96, 9E and D0. RGB value is (150,158,208). Sum of RGB (Red+Green+Blue) = 150+158+208=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #969ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ED0 is #69612F. Grayscale: #A1A1A1. Windows color (decimal): -6906160 or 13672086. OLE color: 13672086.
HSL color Cylindrical-coordinate representation of color #969ED0: hue angle of 231.72º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #969ED0 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 158 | 208 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.18 |
| HSL | 231.72º | 0.38% | 0.7% | - |
| HSV(B) | 231.72º | 0.28% | 0.82% | - |
| XYZ | 36.19 | 35.49 | 64.62 | - |
| YUV | 161.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 208 | 0.28 | 0.24 | 0 | 0.18 | 231.72 | 0.38 | 0.7 |
| Hex | 96 | 9E | D0 | 1C | 18 | 0 | 12 | E8 | 26 | 46 |
| Octal | 226 | 236 | 320 | 34 | 30 | 0 | 22 | 350 | 46 | 106 |
| Binary | 10010110 | 10011110 | 11010000 | 11100 | 11000 | 0 | 10010 | 11101000 | 100110 | 1000110 |
Color Harmonies of #969ED0
Complementary color
Monochromatic Colors of #969ED0
Black with #969ED0
Text Example
Text Example
White with #969ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969ED0; }
p { color: rgb(150,158,208); }
H1.HeaderClassName
{
color: #969ED0;
}
.AnyTagClassName
{
color: #969ED0;
}
</style>
background-color css
<style>
a { background-color: #969ED0; }
a { background-color: rgb(150,158,208); }
div.DivClassName
{
background-color: #969ED0;
}
.BgClassName
{
background-color: #969ED0;
}
</style>
border-color css
<style>
span { border-color: #969ED0; }
span { border-color: rgb(150,158,208); }
td.TdClassName
{
border-color: #969ED0;
}
.TagClassName
{
border-color: #969ED0;
}
</style>