Shades of Blue Bell #919AC8
Tints of Blue Bell #919AC8
RGB
CMYK
RGB Variations
Color information
#919AC8 (or 0x919AC8) is known color: Blue Bell. HEX triplet: 91, 9A and C8. RGB value is (145,154,200). Sum of RGB (Red+Green+Blue) = 145+154+200=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 200 - color contains mainly: blue. Hex color #919AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919AC8 is #6E6537. Grayscale: #9C9C9C. Windows color (decimal): -7234872 or 13146769. OLE color: 13146769.
HSL color Cylindrical-coordinate representation of color #919AC8: hue angle of 230.18º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #919AC8 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 154 | 200 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.22 |
| HSL | 230.18º | 0.33% | 0.68% | - |
| HSV(B) | 230.18º | 0.28% | 0.78% | - |
| XYZ | 33.66 | 33.3 | 59.3 | - |
| YUV | 156.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 200 | 0.28 | 0.23 | 0 | 0.22 | 230.18 | 0.33 | 0.68 |
| Hex | 91 | 9A | C8 | 1C | 17 | 0 | 16 | E6 | 21 | 44 |
| Octal | 221 | 232 | 310 | 34 | 27 | 0 | 26 | 346 | 41 | 104 |
| Binary | 10010001 | 10011010 | 11001000 | 11100 | 10111 | 0 | 10110 | 11100110 | 100001 | 1000100 |
Color Harmonies of #919AC8
Complementary color
Monochromatic Colors of #919AC8
Black with #919AC8
Text Example
Text Example
White with #919AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AC8; }
p { color: rgb(145,154,200); }
H1.HeaderClassName
{
color: #919AC8;
}
.AnyTagClassName
{
color: #919AC8;
}
</style>
background-color css
<style>
a { background-color: #919AC8; }
a { background-color: rgb(145,154,200); }
div.DivClassName
{
background-color: #919AC8;
}
.BgClassName
{
background-color: #919AC8;
}
</style>
border-color css
<style>
span { border-color: #919AC8; }
span { border-color: rgb(145,154,200); }
td.TdClassName
{
border-color: #919AC8;
}
.TagClassName
{
border-color: #919AC8;
}
</style>