Shades of Blue Bell #8A8ACB
Tints of Blue Bell #8A8ACB
RGB
CMYK
RGB Variations
Color information
#8A8ACB (or 0x8A8ACB) is known color: Blue Bell. HEX triplet: 8A, 8A and CB. RGB value is (138,138,203). Sum of RGB (Red+Green+Blue) = 138+138+203=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A8ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8ACB is #757534. Grayscale: #919191. Windows color (decimal): -7697717 or 13339274. OLE color: 13339274.
HSL color Cylindrical-coordinate representation of color #8A8ACB: hue angle of 240º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A8ACB is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 138 | 203 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.20 |
| HSL | 240º | 0.38% | 0.67% | - |
| HSV(B) | 240º | 0.32% | 0.8% | - |
| XYZ | 30.35 | 27.89 | 60.28 | - |
| YUV | 145.41 | 160.5 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 138 | 203 | 0.32 | 0.32 | 0 | 0.20 | 240 | 0.38 | 0.67 |
| Hex | 8A | 8A | CB | 20 | 20 | 0 | 14 | F0 | 26 | 43 |
| Octal | 212 | 212 | 313 | 40 | 40 | 0 | 24 | 360 | 46 | 103 |
| Binary | 10001010 | 10001010 | 11001011 | 100000 | 100000 | 0 | 10100 | 11110000 | 100110 | 1000011 |
Color Harmonies of #8A8ACB
Complementary color
Monochromatic Colors of #8A8ACB
Black with #8A8ACB
Text Example
Text Example
White with #8A8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8ACB; }
p { color: rgb(138,138,203); }
H1.HeaderClassName
{
color: #8A8ACB;
}
.AnyTagClassName
{
color: #8A8ACB;
}
</style>
background-color css
<style>
a { background-color: #8A8ACB; }
a { background-color: rgb(138,138,203); }
div.DivClassName
{
background-color: #8A8ACB;
}
.BgClassName
{
background-color: #8A8ACB;
}
</style>
border-color css
<style>
span { border-color: #8A8ACB; }
span { border-color: rgb(138,138,203); }
td.TdClassName
{
border-color: #8A8ACB;
}
.TagClassName
{
border-color: #8A8ACB;
}
</style>