Shades of Blue Bell #919AC6
Tints of Blue Bell #919AC6
RGB
CMYK
RGB Variations
Color information
#919AC6 (or 0x919AC6) is known color: Blue Bell. HEX triplet: 91, 9A and C6. RGB value is (145,154,198). Sum of RGB (Red+Green+Blue) = 145+154+198=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #919AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919AC6 is #6E6539. Grayscale: #9C9C9C. Windows color (decimal): -7234874 or 13015697. OLE color: 13015697.
HSL color Cylindrical-coordinate representation of color #919AC6: hue angle of 229.81º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #919AC6 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 154 | 198 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.22 |
| HSL | 229.81º | 0.32% | 0.67% | - |
| HSV(B) | 229.81º | 0.27% | 0.78% | - |
| XYZ | 33.43 | 33.21 | 58.07 | - |
| YUV | 156.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 198 | 0.27 | 0.22 | 0 | 0.22 | 229.81 | 0.32 | 0.67 |
| Hex | 91 | 9A | C6 | 1B | 16 | 0 | 16 | E6 | 20 | 43 |
| Octal | 221 | 232 | 306 | 33 | 26 | 0 | 26 | 346 | 40 | 103 |
| Binary | 10010001 | 10011010 | 11000110 | 11011 | 10110 | 0 | 10110 | 11100110 | 100000 | 1000011 |
Color Harmonies of #919AC6
Complementary color
Monochromatic Colors of #919AC6
Black with #919AC6
Text Example
Text Example
White with #919AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AC6; }
p { color: rgb(145,154,198); }
H1.HeaderClassName
{
color: #919AC6;
}
.AnyTagClassName
{
color: #919AC6;
}
</style>
background-color css
<style>
a { background-color: #919AC6; }
a { background-color: rgb(145,154,198); }
div.DivClassName
{
background-color: #919AC6;
}
.BgClassName
{
background-color: #919AC6;
}
</style>
border-color css
<style>
span { border-color: #919AC6; }
span { border-color: rgb(145,154,198); }
td.TdClassName
{
border-color: #919AC6;
}
.TagClassName
{
border-color: #919AC6;
}
</style>