Shades of Blue Bell #918AD8
Tints of Blue Bell #918AD8
RGB
CMYK
RGB Variations
Color information
#918AD8 (or 0x918AD8) is known color: Blue Bell. HEX triplet: 91, 8A and D8. RGB value is (145,138,216). Sum of RGB (Red+Green+Blue) = 145+138+216=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #918AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918AD8 is #6E7527. Grayscale: #949494. Windows color (decimal): -7238952 or 14191249. OLE color: 14191249.
HSL color Cylindrical-coordinate representation of color #918AD8: hue angle of 245.38º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #918AD8 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 138 | 216 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.15 |
| HSL | 245.38º | 0.5% | 0.69% | - |
| HSV(B) | 245.38º | 0.36% | 0.85% | - |
| XYZ | 33.16 | 29.15 | 68.85 | - |
| YUV | 148.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 216 | 0.33 | 0.36 | 0 | 0.15 | 245.38 | 0.5 | 0.69 |
| Hex | 91 | 8A | D8 | 21 | 24 | 0 | F | F5 | 32 | 45 |
| Octal | 221 | 212 | 330 | 41 | 44 | 0 | 17 | 365 | 62 | 105 |
| Binary | 10010001 | 10001010 | 11011000 | 100001 | 100100 | 0 | 1111 | 11110101 | 110010 | 1000101 |
Color Harmonies of #918AD8
Complementary color
Monochromatic Colors of #918AD8
Black with #918AD8
Text Example
Text Example
White with #918AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AD8; }
p { color: rgb(145,138,216); }
H1.HeaderClassName
{
color: #918AD8;
}
.AnyTagClassName
{
color: #918AD8;
}
</style>
background-color css
<style>
a { background-color: #918AD8; }
a { background-color: rgb(145,138,216); }
div.DivClassName
{
background-color: #918AD8;
}
.BgClassName
{
background-color: #918AD8;
}
</style>
border-color css
<style>
span { border-color: #918AD8; }
span { border-color: rgb(145,138,216); }
td.TdClassName
{
border-color: #918AD8;
}
.TagClassName
{
border-color: #918AD8;
}
</style>