Shades of Blue Bell #949AD2
Tints of Blue Bell #949AD2
RGB
CMYK
RGB Variations
Color information
#949AD2 (or 0x949AD2) is known color: Blue Bell. HEX triplet: 94, 9A and D2. RGB value is (148,154,210). Sum of RGB (Red+Green+Blue) = 148+154+210=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #949AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AD2 is #6B652D. Grayscale: #9E9E9E. Windows color (decimal): -7038254 or 13802132. OLE color: 13802132.
HSL color Cylindrical-coordinate representation of color #949AD2: hue angle of 234.19º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #949AD2 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 154 | 210 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.18 |
| HSL | 234.19º | 0.41% | 0.7% | - |
| HSV(B) | 234.19º | 0.3% | 0.82% | - |
| XYZ | 35.4 | 34.06 | 65.68 | - |
| YUV | 158.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 210 | 0.30 | 0.27 | 0 | 0.18 | 234.19 | 0.41 | 0.7 |
| Hex | 94 | 9A | D2 | 1E | 1B | 0 | 12 | EA | 29 | 46 |
| Octal | 224 | 232 | 322 | 36 | 33 | 0 | 22 | 352 | 51 | 106 |
| Binary | 10010100 | 10011010 | 11010010 | 11110 | 11011 | 0 | 10010 | 11101010 | 101001 | 1000110 |
Color Harmonies of #949AD2
Complementary color
Monochromatic Colors of #949AD2
Black with #949AD2
Text Example
Text Example
White with #949AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949AD2; }
p { color: rgb(148,154,210); }
H1.HeaderClassName
{
color: #949AD2;
}
.AnyTagClassName
{
color: #949AD2;
}
</style>
background-color css
<style>
a { background-color: #949AD2; }
a { background-color: rgb(148,154,210); }
div.DivClassName
{
background-color: #949AD2;
}
.BgClassName
{
background-color: #949AD2;
}
</style>
border-color css
<style>
span { border-color: #949AD2; }
span { border-color: rgb(148,154,210); }
td.TdClassName
{
border-color: #949AD2;
}
.TagClassName
{
border-color: #949AD2;
}
</style>