Shades of Blue Bell #8A8CC8
Tints of Blue Bell #8A8CC8
RGB
CMYK
RGB Variations
Color information
#8A8CC8 (or 0x8A8CC8) is known color: Blue Bell. HEX triplet: 8A, 8C and C8. RGB value is (138,140,200). Sum of RGB (Red+Green+Blue) = 138+140+200=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #8A8CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8CC8 is #757337. Grayscale: #929292. Windows color (decimal): -7697208 or 13143178. OLE color: 13143178.
HSL color Cylindrical-coordinate representation of color #8A8CC8: hue angle of 238.06º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A8CC8 is Cyan = 0.31, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 140 | 200 | - |
| CMYK | 0.31 | 0.3 | 0 | 0.22 |
| HSL | 238.06º | 0.36% | 0.66% | - |
| HSV(B) | 238.06º | 0.31% | 0.78% | - |
| XYZ | 30.28 | 28.33 | 58.52 | - |
| YUV | 146.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 200 | 0.31 | 0.3 | 0 | 0.22 | 238.06 | 0.36 | 0.66 |
| Hex | 8A | 8C | C8 | 1F | 1E | 0 | 16 | EE | 24 | 42 |
| Octal | 212 | 214 | 310 | 37 | 36 | 0 | 26 | 356 | 44 | 102 |
| Binary | 10001010 | 10001100 | 11001000 | 11111 | 11110 | 0 | 10110 | 11101110 | 100100 | 1000010 |
Color Harmonies of #8A8CC8
Complementary color
Monochromatic Colors of #8A8CC8
Black with #8A8CC8
Text Example
Text Example
White with #8A8CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8CC8; }
p { color: rgb(138,140,200); }
H1.HeaderClassName
{
color: #8A8CC8;
}
.AnyTagClassName
{
color: #8A8CC8;
}
</style>
background-color css
<style>
a { background-color: #8A8CC8; }
a { background-color: rgb(138,140,200); }
div.DivClassName
{
background-color: #8A8CC8;
}
.BgClassName
{
background-color: #8A8CC8;
}
</style>
border-color css
<style>
span { border-color: #8A8CC8; }
span { border-color: rgb(138,140,200); }
td.TdClassName
{
border-color: #8A8CC8;
}
.TagClassName
{
border-color: #8A8CC8;
}
</style>