Shades of Blue Bell #918ACC
Tints of Blue Bell #918ACC
RGB
CMYK
RGB Variations
Color information
#918ACC (or 0x918ACC) is known color: Blue Bell. HEX triplet: 91, 8A and CC. RGB value is (145,138,204). Sum of RGB (Red+Green+Blue) = 145+138+204=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #918ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ACC is #6E7533. Grayscale: #939393. Windows color (decimal): -7238964 or 13404817. OLE color: 13404817.
HSL color Cylindrical-coordinate representation of color #918ACC: hue angle of 246.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #918ACC is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 138 | 204 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.2 |
| HSL | 246.36º | 0.39% | 0.67% | - |
| HSV(B) | 246.36º | 0.32% | 0.8% | - |
| XYZ | 31.66 | 28.56 | 60.97 | - |
| YUV | 147.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 204 | 0.29 | 0.32 | 0 | 0.2 | 246.36 | 0.39 | 0.67 |
| Hex | 91 | 8A | CC | 1D | 20 | 0 | 14 | F6 | 27 | 43 |
| Octal | 221 | 212 | 314 | 35 | 40 | 0 | 24 | 366 | 47 | 103 |
| Binary | 10010001 | 10001010 | 11001100 | 11101 | 100000 | 0 | 10100 | 11110110 | 100111 | 1000011 |
Color Harmonies of #918ACC
Complementary color
Monochromatic Colors of #918ACC
Black with #918ACC
Text Example
Text Example
White with #918ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918ACC; }
p { color: rgb(145,138,204); }
H1.HeaderClassName
{
color: #918ACC;
}
.AnyTagClassName
{
color: #918ACC;
}
</style>
background-color css
<style>
a { background-color: #918ACC; }
a { background-color: rgb(145,138,204); }
div.DivClassName
{
background-color: #918ACC;
}
.BgClassName
{
background-color: #918ACC;
}
</style>
border-color css
<style>
span { border-color: #918ACC; }
span { border-color: rgb(145,138,204); }
td.TdClassName
{
border-color: #918ACC;
}
.TagClassName
{
border-color: #918ACC;
}
</style>