Shades of Blue Bell #969AD1
Tints of Blue Bell #969AD1
RGB
CMYK
RGB Variations
Color information
#969AD1 (or 0x969AD1) is known color: Blue Bell. HEX triplet: 96, 9A and D1. RGB value is (150,154,209). Sum of RGB (Red+Green+Blue) = 150+154+209=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #969AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969AD1 is #69652E. Grayscale: #9E9E9E. Windows color (decimal): -6907183 or 13736598. OLE color: 13736598.
HSL color Cylindrical-coordinate representation of color #969AD1: hue angle of 235.93º degrees, saturation: 0.39, 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 #969AD1 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 154 | 209 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.18 |
| HSL | 235.93º | 0.39% | 0.7% | - |
| HSV(B) | 235.93º | 0.28% | 0.82% | - |
| XYZ | 35.64 | 34.2 | 65.04 | - |
| YUV | 159.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 209 | 0.28 | 0.26 | 0 | 0.18 | 235.93 | 0.39 | 0.7 |
| Hex | 96 | 9A | D1 | 1C | 1A | 0 | 12 | EC | 27 | 46 |
| Octal | 226 | 232 | 321 | 34 | 32 | 0 | 22 | 354 | 47 | 106 |
| Binary | 10010110 | 10011010 | 11010001 | 11100 | 11010 | 0 | 10010 | 11101100 | 100111 | 1000110 |
Color Harmonies of #969AD1
Complementary color
Monochromatic Colors of #969AD1
Black with #969AD1
Text Example
Text Example
White with #969AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969AD1; }
p { color: rgb(150,154,209); }
H1.HeaderClassName
{
color: #969AD1;
}
.AnyTagClassName
{
color: #969AD1;
}
</style>
background-color css
<style>
a { background-color: #969AD1; }
a { background-color: rgb(150,154,209); }
div.DivClassName
{
background-color: #969AD1;
}
.BgClassName
{
background-color: #969AD1;
}
</style>
border-color css
<style>
span { border-color: #969AD1; }
span { border-color: rgb(150,154,209); }
td.TdClassName
{
border-color: #969AD1;
}
.TagClassName
{
border-color: #969AD1;
}
</style>