Shades of Blue Bell #8A8CCA
Tints of Blue Bell #8A8CCA
RGB
CMYK
RGB Variations
Color information
#8A8CCA (or 0x8A8CCA) is known color: Blue Bell. HEX triplet: 8A, 8C and CA. RGB value is (138,140,202). Sum of RGB (Red+Green+Blue) = 138+140+202=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8CCA is #757335. Grayscale: #929292. Windows color (decimal): -7697206 or 13274250. OLE color: 13274250.
HSL color Cylindrical-coordinate representation of color #8A8CCA: hue angle of 238.12º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A8CCA is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 140 | 202 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.21 |
| HSL | 238.13º | 0.38% | 0.67% | - |
| HSV(B) | 238.13º | 0.32% | 0.79% | - |
| XYZ | 30.52 | 28.42 | 59.75 | - |
| YUV | 146.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 202 | 0.32 | 0.31 | 0 | 0.21 | 238.13 | 0.38 | 0.67 |
| Hex | 8A | 8C | CA | 20 | 1F | 0 | 15 | EE | 26 | 43 |
| Octal | 212 | 214 | 312 | 40 | 37 | 0 | 25 | 356 | 46 | 103 |
| Binary | 10001010 | 10001100 | 11001010 | 100000 | 11111 | 0 | 10101 | 11101110 | 100110 | 1000011 |
Color Harmonies of #8A8CCA
Complementary color
Monochromatic Colors of #8A8CCA
Black with #8A8CCA
Text Example
Text Example
White with #8A8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8CCA; }
p { color: rgb(138,140,202); }
H1.HeaderClassName
{
color: #8A8CCA;
}
.AnyTagClassName
{
color: #8A8CCA;
}
</style>
background-color css
<style>
a { background-color: #8A8CCA; }
a { background-color: rgb(138,140,202); }
div.DivClassName
{
background-color: #8A8CCA;
}
.BgClassName
{
background-color: #8A8CCA;
}
</style>
border-color css
<style>
span { border-color: #8A8CCA; }
span { border-color: rgb(138,140,202); }
td.TdClassName
{
border-color: #8A8CCA;
}
.TagClassName
{
border-color: #8A8CCA;
}
</style>