Shades of Blue Bell #8A8CC9
Tints of Blue Bell #8A8CC9
RGB
CMYK
RGB Variations
Color information
#8A8CC9 (or 0x8A8CC9) is known color: Blue Bell. HEX triplet: 8A, 8C and C9. RGB value is (138,140,201). Sum of RGB (Red+Green+Blue) = 138+140+201=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A8CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8CC9 is #757336. Grayscale: #929292. Windows color (decimal): -7697207 or 13208714. OLE color: 13208714.
HSL color Cylindrical-coordinate representation of color #8A8CC9: hue angle of 238.1º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A8CC9 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 140 | 201 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.21 |
| HSL | 238.1º | 0.37% | 0.66% | - |
| HSV(B) | 238.1º | 0.31% | 0.79% | - |
| XYZ | 30.4 | 28.38 | 59.13 | - |
| YUV | 146.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 201 | 0.31 | 0.30 | 0 | 0.21 | 238.1 | 0.37 | 0.66 |
| Hex | 8A | 8C | C9 | 1F | 1E | 0 | 15 | EE | 25 | 42 |
| Octal | 212 | 214 | 311 | 37 | 36 | 0 | 25 | 356 | 45 | 102 |
| Binary | 10001010 | 10001100 | 11001001 | 11111 | 11110 | 0 | 10101 | 11101110 | 100101 | 1000010 |
Color Harmonies of #8A8CC9
Complementary color
Monochromatic Colors of #8A8CC9
Black with #8A8CC9
Text Example
Text Example
White with #8A8CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8CC9; }
p { color: rgb(138,140,201); }
H1.HeaderClassName
{
color: #8A8CC9;
}
.AnyTagClassName
{
color: #8A8CC9;
}
</style>
background-color css
<style>
a { background-color: #8A8CC9; }
a { background-color: rgb(138,140,201); }
div.DivClassName
{
background-color: #8A8CC9;
}
.BgClassName
{
background-color: #8A8CC9;
}
</style>
border-color css
<style>
span { border-color: #8A8CC9; }
span { border-color: rgb(138,140,201); }
td.TdClassName
{
border-color: #8A8CC9;
}
.TagClassName
{
border-color: #8A8CC9;
}
</style>