Shades of Blue Bell #918EDC
Tints of Blue Bell #918EDC
RGB
CMYK
RGB Variations
Color information
#918EDC (or 0x918EDC) is known color: Blue Bell. HEX triplet: 91, 8E and DC. RGB value is (145,142,220). Sum of RGB (Red+Green+Blue) = 145+142+220=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #918EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918EDC is #6E7123. Grayscale: #979797. Windows color (decimal): -7237924 or 14454417. OLE color: 14454417.
HSL color Cylindrical-coordinate representation of color #918EDC: hue angle of 242.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #918EDC is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 142 | 220 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.14 |
| HSL | 242.31º | 0.53% | 0.71% | - |
| HSV(B) | 242.31º | 0.35% | 0.86% | - |
| XYZ | 34.27 | 30.53 | 71.8 | - |
| YUV | 151.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 220 | 0.34 | 0.35 | 0 | 0.14 | 242.31 | 0.53 | 0.71 |
| Hex | 91 | 8E | DC | 22 | 23 | 0 | E | F2 | 35 | 47 |
| Octal | 221 | 216 | 334 | 42 | 43 | 0 | 16 | 362 | 65 | 107 |
| Binary | 10010001 | 10001110 | 11011100 | 100010 | 100011 | 0 | 1110 | 11110010 | 110101 | 1000111 |
Color Harmonies of #918EDC
Complementary color
Monochromatic Colors of #918EDC
Black with #918EDC
Text Example
Text Example
White with #918EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918EDC; }
p { color: rgb(145,142,220); }
H1.HeaderClassName
{
color: #918EDC;
}
.AnyTagClassName
{
color: #918EDC;
}
</style>
background-color css
<style>
a { background-color: #918EDC; }
a { background-color: rgb(145,142,220); }
div.DivClassName
{
background-color: #918EDC;
}
.BgClassName
{
background-color: #918EDC;
}
</style>
border-color css
<style>
span { border-color: #918EDC; }
span { border-color: rgb(145,142,220); }
td.TdClassName
{
border-color: #918EDC;
}
.TagClassName
{
border-color: #918EDC;
}
</style>