Shades of Blue Bell #8A90C1
Tints of Blue Bell #8A90C1
RGB
CMYK
RGB Variations
Color information
#8A90C1 (or 0x8A90C1) is known color: Blue Bell. HEX triplet: 8A, 90 and C1. RGB value is (138,144,193). Sum of RGB (Red+Green+Blue) = 138+144+193=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A90C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A90C1 is #756F3E. Grayscale: #939393. Windows color (decimal): -7696191 or 12685450. OLE color: 12685450.
HSL color Cylindrical-coordinate representation of color #8A90C1: hue angle of 233.45º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A90C1 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 144 | 193 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.24 |
| HSL | 233.45º | 0.31% | 0.65% | - |
| HSV(B) | 233.45º | 0.28% | 0.76% | - |
| XYZ | 30.08 | 29.2 | 54.5 | - |
| YUV | 147.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 193 | 0.28 | 0.25 | 0 | 0.24 | 233.45 | 0.31 | 0.65 |
| Hex | 8A | 90 | C1 | 1C | 19 | 0 | 18 | E9 | 1F | 41 |
| Octal | 212 | 220 | 301 | 34 | 31 | 0 | 30 | 351 | 37 | 101 |
| Binary | 10001010 | 10010000 | 11000001 | 11100 | 11001 | 0 | 11000 | 11101001 | 11111 | 1000001 |
Color Harmonies of #8A90C1
Complementary color
Monochromatic Colors of #8A90C1
Black with #8A90C1
Text Example
Text Example
White with #8A90C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A90C1; }
p { color: rgb(138,144,193); }
H1.HeaderClassName
{
color: #8A90C1;
}
.AnyTagClassName
{
color: #8A90C1;
}
</style>
background-color css
<style>
a { background-color: #8A90C1; }
a { background-color: rgb(138,144,193); }
div.DivClassName
{
background-color: #8A90C1;
}
.BgClassName
{
background-color: #8A90C1;
}
</style>
border-color css
<style>
span { border-color: #8A90C1; }
span { border-color: rgb(138,144,193); }
td.TdClassName
{
border-color: #8A90C1;
}
.TagClassName
{
border-color: #8A90C1;
}
</style>