Shades of Blue Bell #918AC2
Tints of Blue Bell #918AC2
RGB
CMYK
RGB Variations
Color information
#918AC2 (or 0x918AC2) is known color: Blue Bell. HEX triplet: 91, 8A and C2. RGB value is (145,138,194). Sum of RGB (Red+Green+Blue) = 145+138+194=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 194 - color contains mainly: blue. Hex color #918AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918AC2 is #6E753D. Grayscale: #929292. Windows color (decimal): -7238974 or 12749457. OLE color: 12749457.
HSL color Cylindrical-coordinate representation of color #918AC2: hue angle of 247.5º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #918AC2 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 138 | 194 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.24 |
| HSL | 247.5º | 0.31% | 0.65% | - |
| HSV(B) | 247.5º | 0.29% | 0.76% | - |
| XYZ | 30.5 | 28.09 | 54.85 | - |
| YUV | 146.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 194 | 0.25 | 0.29 | 0 | 0.24 | 247.5 | 0.31 | 0.65 |
| Hex | 91 | 8A | C2 | 19 | 1D | 0 | 18 | F8 | 1F | 41 |
| Octal | 221 | 212 | 302 | 31 | 35 | 0 | 30 | 370 | 37 | 101 |
| Binary | 10010001 | 10001010 | 11000010 | 11001 | 11101 | 0 | 11000 | 11111000 | 11111 | 1000001 |
Color Harmonies of #918AC2
Complementary color
Monochromatic Colors of #918AC2
Black with #918AC2
Text Example
Text Example
White with #918AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AC2; }
p { color: rgb(145,138,194); }
H1.HeaderClassName
{
color: #918AC2;
}
.AnyTagClassName
{
color: #918AC2;
}
</style>
background-color css
<style>
a { background-color: #918AC2; }
a { background-color: rgb(145,138,194); }
div.DivClassName
{
background-color: #918AC2;
}
.BgClassName
{
background-color: #918AC2;
}
</style>
border-color css
<style>
span { border-color: #918AC2; }
span { border-color: rgb(145,138,194); }
td.TdClassName
{
border-color: #918AC2;
}
.TagClassName
{
border-color: #918AC2;
}
</style>