Shades of Blue Bell #949BC4
Tints of Blue Bell #949BC4
RGB
CMYK
RGB Variations
Color information
#949BC4 (or 0x949BC4) is known color: Blue Bell. HEX triplet: 94, 9B and C4. RGB value is (148,155,196). Sum of RGB (Red+Green+Blue) = 148+155+196=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #949BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BC4 is #6B643B. Grayscale: #9D9D9D. Windows color (decimal): -7038012 or 12884884. OLE color: 12884884.
HSL color Cylindrical-coordinate representation of color #949BC4: hue angle of 231.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #949BC4 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 155 | 196 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.23 |
| HSL | 231.25º | 0.29% | 0.67% | - |
| HSV(B) | 231.25º | 0.24% | 0.77% | - |
| XYZ | 33.9 | 33.72 | 56.95 | - |
| YUV | 157.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 196 | 0.24 | 0.21 | 0 | 0.23 | 231.25 | 0.29 | 0.67 |
| Hex | 94 | 9B | C4 | 18 | 15 | 0 | 17 | E7 | 1D | 43 |
| Octal | 224 | 233 | 304 | 30 | 25 | 0 | 27 | 347 | 35 | 103 |
| Binary | 10010100 | 10011011 | 11000100 | 11000 | 10101 | 0 | 10111 | 11100111 | 11101 | 1000011 |
Color Harmonies of #949BC4
Complementary color
Monochromatic Colors of #949BC4
Black with #949BC4
Text Example
Text Example
White with #949BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BC4; }
p { color: rgb(148,155,196); }
H1.HeaderClassName
{
color: #949BC4;
}
.AnyTagClassName
{
color: #949BC4;
}
</style>
background-color css
<style>
a { background-color: #949BC4; }
a { background-color: rgb(148,155,196); }
div.DivClassName
{
background-color: #949BC4;
}
.BgClassName
{
background-color: #949BC4;
}
</style>
border-color css
<style>
span { border-color: #949BC4; }
span { border-color: rgb(148,155,196); }
td.TdClassName
{
border-color: #949BC4;
}
.TagClassName
{
border-color: #949BC4;
}
</style>