Shades of Blue Bell #969AD2
Tints of Blue Bell #969AD2
RGB
CMYK
RGB Variations
Color information
#969AD2 (or 0x969AD2) is known color: Blue Bell. HEX triplet: 96, 9A and D2. RGB value is (150,154,210). Sum of RGB (Red+Green+Blue) = 150+154+210=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 210 - color contains mainly: blue. Hex color #969AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969AD2 is #69652D. Grayscale: #9E9E9E. Windows color (decimal): -6907182 or 13802134. OLE color: 13802134.
HSL color Cylindrical-coordinate representation of color #969AD2: hue angle of 236º 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 #969AD2 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 154 | 210 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.18 |
| HSL | 236º | 0.4% | 0.71% | - |
| HSV(B) | 236º | 0.29% | 0.82% | - |
| XYZ | 35.77 | 34.25 | 65.7 | - |
| YUV | 159.19 | 156.67 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 210 | 0.29 | 0.27 | 0 | 0.18 | 236 | 0.4 | 0.71 |
| Hex | 96 | 9A | D2 | 1D | 1B | 0 | 12 | EC | 28 | 47 |
| Octal | 226 | 232 | 322 | 35 | 33 | 0 | 22 | 354 | 50 | 107 |
| Binary | 10010110 | 10011010 | 11010010 | 11101 | 11011 | 0 | 10010 | 11101100 | 101000 | 1000111 |
Color Harmonies of #969AD2
Complementary color
Monochromatic Colors of #969AD2
Black with #969AD2
Text Example
Text Example
White with #969AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969AD2; }
p { color: rgb(150,154,210); }
H1.HeaderClassName
{
color: #969AD2;
}
.AnyTagClassName
{
color: #969AD2;
}
</style>
background-color css
<style>
a { background-color: #969AD2; }
a { background-color: rgb(150,154,210); }
div.DivClassName
{
background-color: #969AD2;
}
.BgClassName
{
background-color: #969AD2;
}
</style>
border-color css
<style>
span { border-color: #969AD2; }
span { border-color: rgb(150,154,210); }
td.TdClassName
{
border-color: #969AD2;
}
.TagClassName
{
border-color: #969AD2;
}
</style>