Shades of Blue Bell #949ACB
Tints of Blue Bell #949ACB
RGB
CMYK
RGB Variations
Color information
#949ACB (or 0x949ACB) is known color: Blue Bell. HEX triplet: 94, 9A and CB. RGB value is (148,154,203). Sum of RGB (Red+Green+Blue) = 148+154+203=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #949ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ACB is #6B6534. Grayscale: #9D9D9D. Windows color (decimal): -7038261 or 13343380. OLE color: 13343380.
HSL color Cylindrical-coordinate representation of color #949ACB: hue angle of 233.45º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #949ACB is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 154 | 203 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.20 |
| HSL | 233.45º | 0.35% | 0.69% | - |
| HSV(B) | 233.45º | 0.27% | 0.8% | - |
| XYZ | 34.55 | 33.72 | 61.19 | - |
| YUV | 157.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 203 | 0.27 | 0.24 | 0 | 0.20 | 233.45 | 0.35 | 0.69 |
| Hex | 94 | 9A | CB | 1B | 18 | 0 | 14 | E9 | 23 | 45 |
| Octal | 224 | 232 | 313 | 33 | 30 | 0 | 24 | 351 | 43 | 105 |
| Binary | 10010100 | 10011010 | 11001011 | 11011 | 11000 | 0 | 10100 | 11101001 | 100011 | 1000101 |
Color Harmonies of #949ACB
Complementary color
Monochromatic Colors of #949ACB
Black with #949ACB
Text Example
Text Example
White with #949ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949ACB; }
p { color: rgb(148,154,203); }
H1.HeaderClassName
{
color: #949ACB;
}
.AnyTagClassName
{
color: #949ACB;
}
</style>
background-color css
<style>
a { background-color: #949ACB; }
a { background-color: rgb(148,154,203); }
div.DivClassName
{
background-color: #949ACB;
}
.BgClassName
{
background-color: #949ACB;
}
</style>
border-color css
<style>
span { border-color: #949ACB; }
span { border-color: rgb(148,154,203); }
td.TdClassName
{
border-color: #949ACB;
}
.TagClassName
{
border-color: #949ACB;
}
</style>