Shades of Blue Bell #918ADC
Tints of Blue Bell #918ADC
RGB
CMYK
RGB Variations
Color information
#918ADC (or 0x918ADC) is known color: Blue Bell. HEX triplet: 91, 8A and DC. RGB value is (145,138,220). Sum of RGB (Red+Green+Blue) = 145+138+220=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #918ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ADC is #6E7523. Grayscale: #959595. Windows color (decimal): -7238948 or 14453393. OLE color: 14453393.
HSL color Cylindrical-coordinate representation of color #918ADC: hue angle of 245.12º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #918ADC is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 138 | 220 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.14 |
| HSL | 245.12º | 0.54% | 0.7% | - |
| HSV(B) | 245.12º | 0.37% | 0.86% | - |
| XYZ | 33.68 | 29.36 | 71.6 | - |
| YUV | 149.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 220 | 0.34 | 0.37 | 0 | 0.14 | 245.12 | 0.54 | 0.7 |
| Hex | 91 | 8A | DC | 22 | 25 | 0 | E | F5 | 36 | 46 |
| Octal | 221 | 212 | 334 | 42 | 45 | 0 | 16 | 365 | 66 | 106 |
| Binary | 10010001 | 10001010 | 11011100 | 100010 | 100101 | 0 | 1110 | 11110101 | 110110 | 1000110 |
Color Harmonies of #918ADC
Complementary color
Monochromatic Colors of #918ADC
Black with #918ADC
Text Example
Text Example
White with #918ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918ADC; }
p { color: rgb(145,138,220); }
H1.HeaderClassName
{
color: #918ADC;
}
.AnyTagClassName
{
color: #918ADC;
}
</style>
background-color css
<style>
a { background-color: #918ADC; }
a { background-color: rgb(145,138,220); }
div.DivClassName
{
background-color: #918ADC;
}
.BgClassName
{
background-color: #918ADC;
}
</style>
border-color css
<style>
span { border-color: #918ADC; }
span { border-color: rgb(145,138,220); }
td.TdClassName
{
border-color: #918ADC;
}
.TagClassName
{
border-color: #918ADC;
}
</style>