Shades of Blue Bell #918AC8
Tints of Blue Bell #918AC8
RGB
CMYK
RGB Variations
Color information
#918AC8 (or 0x918AC8) is known color: Blue Bell. HEX triplet: 91, 8A and C8. RGB value is (145,138,200). Sum of RGB (Red+Green+Blue) = 145+138+200=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 200 - color contains mainly: blue. Hex color #918AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918AC8 is #6E7537. Grayscale: #929292. Windows color (decimal): -7238968 or 13142673. OLE color: 13142673.
HSL color Cylindrical-coordinate representation of color #918AC8: hue angle of 246.77º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #918AC8 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 138 | 200 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.22 |
| HSL | 246.77º | 0.36% | 0.66% | - |
| HSV(B) | 246.77º | 0.31% | 0.78% | - |
| XYZ | 31.19 | 28.37 | 58.47 | - |
| YUV | 147.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 200 | 0.28 | 0.31 | 0 | 0.22 | 246.77 | 0.36 | 0.66 |
| Hex | 91 | 8A | C8 | 1C | 1F | 0 | 16 | F7 | 24 | 42 |
| Octal | 221 | 212 | 310 | 34 | 37 | 0 | 26 | 367 | 44 | 102 |
| Binary | 10010001 | 10001010 | 11001000 | 11100 | 11111 | 0 | 10110 | 11110111 | 100100 | 1000010 |
Color Harmonies of #918AC8
Complementary color
Monochromatic Colors of #918AC8
Black with #918AC8
Text Example
Text Example
White with #918AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AC8; }
p { color: rgb(145,138,200); }
H1.HeaderClassName
{
color: #918AC8;
}
.AnyTagClassName
{
color: #918AC8;
}
</style>
background-color css
<style>
a { background-color: #918AC8; }
a { background-color: rgb(145,138,200); }
div.DivClassName
{
background-color: #918AC8;
}
.BgClassName
{
background-color: #918AC8;
}
</style>
border-color css
<style>
span { border-color: #918AC8; }
span { border-color: rgb(145,138,200); }
td.TdClassName
{
border-color: #918AC8;
}
.TagClassName
{
border-color: #918AC8;
}
</style>