Shades of Blue Bell #918AD4
Tints of Blue Bell #918AD4
RGB
CMYK
RGB Variations
Color information
#918AD4 (or 0x918AD4) is known color: Blue Bell. HEX triplet: 91, 8A and D4. RGB value is (145,138,212). Sum of RGB (Red+Green+Blue) = 145+138+212=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #918AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918AD4 is #6E752B. Grayscale: #949494. Windows color (decimal): -7238956 or 13929105. OLE color: 13929105.
HSL color Cylindrical-coordinate representation of color #918AD4: hue angle of 245.68º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #918AD4 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 138 | 212 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.17 |
| HSL | 245.68º | 0.46% | 0.69% | - |
| HSV(B) | 245.68º | 0.35% | 0.83% | - |
| XYZ | 32.65 | 28.95 | 66.15 | - |
| YUV | 148.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 212 | 0.32 | 0.35 | 0 | 0.17 | 245.68 | 0.46 | 0.69 |
| Hex | 91 | 8A | D4 | 20 | 23 | 0 | 11 | F6 | 2E | 45 |
| Octal | 221 | 212 | 324 | 40 | 43 | 0 | 21 | 366 | 56 | 105 |
| Binary | 10010001 | 10001010 | 11010100 | 100000 | 100011 | 0 | 10001 | 11110110 | 101110 | 1000101 |
Color Harmonies of #918AD4
Complementary color
Monochromatic Colors of #918AD4
Black with #918AD4
Text Example
Text Example
White with #918AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AD4; }
p { color: rgb(145,138,212); }
H1.HeaderClassName
{
color: #918AD4;
}
.AnyTagClassName
{
color: #918AD4;
}
</style>
background-color css
<style>
a { background-color: #918AD4; }
a { background-color: rgb(145,138,212); }
div.DivClassName
{
background-color: #918AD4;
}
.BgClassName
{
background-color: #918AD4;
}
</style>
border-color css
<style>
span { border-color: #918AD4; }
span { border-color: rgb(145,138,212); }
td.TdClassName
{
border-color: #918AD4;
}
.TagClassName
{
border-color: #918AD4;
}
</style>