Shades of Blue Bell #918CDA
Tints of Blue Bell #918CDA
RGB
CMYK
RGB Variations
Color information
#918CDA (or 0x918CDA) is known color: Blue Bell. HEX triplet: 91, 8C and DA. RGB value is (145,140,218). Sum of RGB (Red+Green+Blue) = 145+140+218=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #918CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CDA is #6E7325. Grayscale: #969696. Windows color (decimal): -7238438 or 14322833. OLE color: 14322833.
HSL color Cylindrical-coordinate representation of color #918CDA: hue angle of 243.85º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #918CDA is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 140 | 218 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.15 |
| HSL | 243.85º | 0.51% | 0.7% | - |
| HSV(B) | 243.85º | 0.36% | 0.85% | - |
| XYZ | 33.71 | 29.84 | 70.31 | - |
| YUV | 150.39 | 166.16 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 218 | 0.33 | 0.36 | 0 | 0.15 | 243.85 | 0.51 | 0.7 |
| Hex | 91 | 8C | DA | 21 | 24 | 0 | F | F4 | 33 | 46 |
| Octal | 221 | 214 | 332 | 41 | 44 | 0 | 17 | 364 | 63 | 106 |
| Binary | 10010001 | 10001100 | 11011010 | 100001 | 100100 | 0 | 1111 | 11110100 | 110011 | 1000110 |
Color Harmonies of #918CDA
Complementary color
Monochromatic Colors of #918CDA
Black with #918CDA
Text Example
Text Example
White with #918CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918CDA; }
p { color: rgb(145,140,218); }
H1.HeaderClassName
{
color: #918CDA;
}
.AnyTagClassName
{
color: #918CDA;
}
</style>
background-color css
<style>
a { background-color: #918CDA; }
a { background-color: rgb(145,140,218); }
div.DivClassName
{
background-color: #918CDA;
}
.BgClassName
{
background-color: #918CDA;
}
</style>
border-color css
<style>
span { border-color: #918CDA; }
span { border-color: rgb(145,140,218); }
td.TdClassName
{
border-color: #918CDA;
}
.TagClassName
{
border-color: #918CDA;
}
</style>