Shades of Blue Bell #8A90C4
Tints of Blue Bell #8A90C4
RGB
CMYK
RGB Variations
Color information
#8A90C4 (or 0x8A90C4) is known color: Blue Bell. HEX triplet: 8A, 90 and C4. RGB value is (138,144,196). Sum of RGB (Red+Green+Blue) = 138+144+196=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #8A90C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A90C4 is #756F3B. Grayscale: #939393. Windows color (decimal): -7696188 or 12882058. OLE color: 12882058.
HSL color Cylindrical-coordinate representation of color #8A90C4: hue angle of 233.79º 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 #8A90C4 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 144 | 196 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.23 |
| HSL | 233.79º | 0.33% | 0.65% | - |
| HSV(B) | 233.79º | 0.3% | 0.77% | - |
| XYZ | 30.42 | 29.34 | 56.28 | - |
| YUV | 148.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 196 | 0.30 | 0.27 | 0 | 0.23 | 233.79 | 0.33 | 0.65 |
| Hex | 8A | 90 | C4 | 1E | 1B | 0 | 17 | EA | 21 | 41 |
| Octal | 212 | 220 | 304 | 36 | 33 | 0 | 27 | 352 | 41 | 101 |
| Binary | 10001010 | 10010000 | 11000100 | 11110 | 11011 | 0 | 10111 | 11101010 | 100001 | 1000001 |
Color Harmonies of #8A90C4
Complementary color
Monochromatic Colors of #8A90C4
Black with #8A90C4
Text Example
Text Example
White with #8A90C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A90C4; }
p { color: rgb(138,144,196); }
H1.HeaderClassName
{
color: #8A90C4;
}
.AnyTagClassName
{
color: #8A90C4;
}
</style>
background-color css
<style>
a { background-color: #8A90C4; }
a { background-color: rgb(138,144,196); }
div.DivClassName
{
background-color: #8A90C4;
}
.BgClassName
{
background-color: #8A90C4;
}
</style>
border-color css
<style>
span { border-color: #8A90C4; }
span { border-color: rgb(138,144,196); }
td.TdClassName
{
border-color: #8A90C4;
}
.TagClassName
{
border-color: #8A90C4;
}
</style>