Shades of Blue Bell #949AC1
Tints of Blue Bell #949AC1
RGB
CMYK
RGB Variations
Color information
#949AC1 (or 0x949AC1) is known color: Blue Bell. HEX triplet: 94, 9A and C1. RGB value is (148,154,193). Sum of RGB (Red+Green+Blue) = 148+154+193=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #949AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AC1 is #6B653E. Grayscale: #9C9C9C. Windows color (decimal): -7038271 or 12688020. OLE color: 12688020.
HSL color Cylindrical-coordinate representation of color #949AC1: hue angle of 232º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #949AC1 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 154 | 193 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.24 |
| HSL | 232º | 0.27% | 0.67% | - |
| HSV(B) | 232º | 0.23% | 0.76% | - |
| XYZ | 33.39 | 33.26 | 55.11 | - |
| YUV | 156.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 193 | 0.23 | 0.20 | 0 | 0.24 | 232 | 0.27 | 0.67 |
| Hex | 94 | 9A | C1 | 17 | 14 | 0 | 18 | E8 | 1B | 43 |
| Octal | 224 | 232 | 301 | 27 | 24 | 0 | 30 | 350 | 33 | 103 |
| Binary | 10010100 | 10011010 | 11000001 | 10111 | 10100 | 0 | 11000 | 11101000 | 11011 | 1000011 |
Color Harmonies of #949AC1
Complementary color
Monochromatic Colors of #949AC1
Black with #949AC1
Text Example
Text Example
White with #949AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949AC1; }
p { color: rgb(148,154,193); }
H1.HeaderClassName
{
color: #949AC1;
}
.AnyTagClassName
{
color: #949AC1;
}
</style>
background-color css
<style>
a { background-color: #949AC1; }
a { background-color: rgb(148,154,193); }
div.DivClassName
{
background-color: #949AC1;
}
.BgClassName
{
background-color: #949AC1;
}
</style>
border-color css
<style>
span { border-color: #949AC1; }
span { border-color: rgb(148,154,193); }
td.TdClassName
{
border-color: #949AC1;
}
.TagClassName
{
border-color: #949AC1;
}
</style>