Shades of Blue Bell #918ACF
Tints of Blue Bell #918ACF
RGB
CMYK
RGB Variations
Color information
#918ACF (or 0x918ACF) is known color: Blue Bell. HEX triplet: 91, 8A and CF. RGB value is (145,138,207). Sum of RGB (Red+Green+Blue) = 145+138+207=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #918ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ACF is #6E7530. Grayscale: #939393. Windows color (decimal): -7238961 or 13601425. OLE color: 13601425.
HSL color Cylindrical-coordinate representation of color #918ACF: hue angle of 246.09º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #918ACF is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 138 | 207 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.19 |
| HSL | 246.09º | 0.42% | 0.68% | - |
| HSV(B) | 246.09º | 0.33% | 0.81% | - |
| XYZ | 32.03 | 28.7 | 62.88 | - |
| YUV | 147.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 207 | 0.30 | 0.33 | 0 | 0.19 | 246.09 | 0.42 | 0.68 |
| Hex | 91 | 8A | CF | 1E | 21 | 0 | 13 | F6 | 2A | 44 |
| Octal | 221 | 212 | 317 | 36 | 41 | 0 | 23 | 366 | 52 | 104 |
| Binary | 10010001 | 10001010 | 11001111 | 11110 | 100001 | 0 | 10011 | 11110110 | 101010 | 1000100 |
Color Harmonies of #918ACF
Complementary color
Monochromatic Colors of #918ACF
Black with #918ACF
Text Example
Text Example
White with #918ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918ACF; }
p { color: rgb(145,138,207); }
H1.HeaderClassName
{
color: #918ACF;
}
.AnyTagClassName
{
color: #918ACF;
}
</style>
background-color css
<style>
a { background-color: #918ACF; }
a { background-color: rgb(145,138,207); }
div.DivClassName
{
background-color: #918ACF;
}
.BgClassName
{
background-color: #918ACF;
}
</style>
border-color css
<style>
span { border-color: #918ACF; }
span { border-color: rgb(145,138,207); }
td.TdClassName
{
border-color: #918ACF;
}
.TagClassName
{
border-color: #918ACF;
}
</style>