Shades of Blue Bell #918AC4
Tints of Blue Bell #918AC4
RGB
CMYK
RGB Variations
Color information
#918AC4 (or 0x918AC4) is known color: Blue Bell. HEX triplet: 91, 8A and C4. RGB value is (145,138,196). Sum of RGB (Red+Green+Blue) = 145+138+196=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 196 - color contains mainly: blue. Hex color #918AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918AC4 is #6E753B. Grayscale: #929292. Windows color (decimal): -7238972 or 12880529. OLE color: 12880529.
HSL color Cylindrical-coordinate representation of color #918AC4: hue angle of 247.24º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #918AC4 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 138 | 196 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.23 |
| HSL | 247.24º | 0.33% | 0.65% | - |
| HSV(B) | 247.24º | 0.3% | 0.77% | - |
| XYZ | 30.73 | 28.18 | 56.04 | - |
| YUV | 146.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 196 | 0.26 | 0.30 | 0 | 0.23 | 247.24 | 0.33 | 0.65 |
| Hex | 91 | 8A | C4 | 1A | 1E | 0 | 17 | F7 | 21 | 41 |
| Octal | 221 | 212 | 304 | 32 | 36 | 0 | 27 | 367 | 41 | 101 |
| Binary | 10010001 | 10001010 | 11000100 | 11010 | 11110 | 0 | 10111 | 11110111 | 100001 | 1000001 |
Color Harmonies of #918AC4
Complementary color
Monochromatic Colors of #918AC4
Black with #918AC4
Text Example
Text Example
White with #918AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AC4; }
p { color: rgb(145,138,196); }
H1.HeaderClassName
{
color: #918AC4;
}
.AnyTagClassName
{
color: #918AC4;
}
</style>
background-color css
<style>
a { background-color: #918AC4; }
a { background-color: rgb(145,138,196); }
div.DivClassName
{
background-color: #918AC4;
}
.BgClassName
{
background-color: #918AC4;
}
</style>
border-color css
<style>
span { border-color: #918AC4; }
span { border-color: rgb(145,138,196); }
td.TdClassName
{
border-color: #918AC4;
}
.TagClassName
{
border-color: #918AC4;
}
</style>