Shades of Blue Bell #949EC8
Tints of Blue Bell #949EC8
RGB
CMYK
RGB Variations
Color information
#949EC8 (or 0x949EC8) is known color: Blue Bell. HEX triplet: 94, 9E and C8. RGB value is (148,158,200). Sum of RGB (Red+Green+Blue) = 148+158+200=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #949EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EC8 is #6B6137. Grayscale: #9F9F9F. Windows color (decimal): -7037240 or 13147796. OLE color: 13147796.
HSL color Cylindrical-coordinate representation of color #949EC8: hue angle of 228.46º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #949EC8 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 158 | 200 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.22 |
| HSL | 228.46º | 0.32% | 0.68% | - |
| HSV(B) | 228.46º | 0.26% | 0.78% | - |
| XYZ | 34.86 | 34.92 | 59.55 | - |
| YUV | 159.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 200 | 0.26 | 0.21 | 0 | 0.22 | 228.46 | 0.32 | 0.68 |
| Hex | 94 | 9E | C8 | 1A | 15 | 0 | 16 | E4 | 20 | 44 |
| Octal | 224 | 236 | 310 | 32 | 25 | 0 | 26 | 344 | 40 | 104 |
| Binary | 10010100 | 10011110 | 11001000 | 11010 | 10101 | 0 | 10110 | 11100100 | 100000 | 1000100 |
Color Harmonies of #949EC8
Complementary color
Monochromatic Colors of #949EC8
Black with #949EC8
Text Example
Text Example
White with #949EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EC8; }
p { color: rgb(148,158,200); }
H1.HeaderClassName
{
color: #949EC8;
}
.AnyTagClassName
{
color: #949EC8;
}
</style>
background-color css
<style>
a { background-color: #949EC8; }
a { background-color: rgb(148,158,200); }
div.DivClassName
{
background-color: #949EC8;
}
.BgClassName
{
background-color: #949EC8;
}
</style>
border-color css
<style>
span { border-color: #949EC8; }
span { border-color: rgb(148,158,200); }
td.TdClassName
{
border-color: #949EC8;
}
.TagClassName
{
border-color: #949EC8;
}
</style>