Shades of Blue Bell #8C8ACB
Tints of Blue Bell #8C8ACB
RGB
CMYK
RGB Variations
Color information
#8C8ACB (or 0x8C8ACB) is known color: Blue Bell. HEX triplet: 8C, 8A and CB. RGB value is (140,138,203). Sum of RGB (Red+Green+Blue) = 140+138+203=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C8ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8ACB is #737534. Grayscale: #919191. Windows color (decimal): -7566645 or 13339276. OLE color: 13339276.
HSL color Cylindrical-coordinate representation of color #8C8ACB: hue angle of 241.85º 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 #8C8ACB is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 138 | 203 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.20 |
| HSL | 241.85º | 0.38% | 0.67% | - |
| HSV(B) | 241.85º | 0.32% | 0.8% | - |
| XYZ | 30.68 | 28.06 | 60.3 | - |
| YUV | 146.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 203 | 0.31 | 0.32 | 0 | 0.20 | 241.85 | 0.38 | 0.67 |
| Hex | 8C | 8A | CB | 1F | 20 | 0 | 14 | F2 | 26 | 43 |
| Octal | 214 | 212 | 313 | 37 | 40 | 0 | 24 | 362 | 46 | 103 |
| Binary | 10001100 | 10001010 | 11001011 | 11111 | 100000 | 0 | 10100 | 11110010 | 100110 | 1000011 |
Color Harmonies of #8C8ACB
Complementary color
Monochromatic Colors of #8C8ACB
Black with #8C8ACB
Text Example
Text Example
White with #8C8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8ACB; }
p { color: rgb(140,138,203); }
H1.HeaderClassName
{
color: #8C8ACB;
}
.AnyTagClassName
{
color: #8C8ACB;
}
</style>
background-color css
<style>
a { background-color: #8C8ACB; }
a { background-color: rgb(140,138,203); }
div.DivClassName
{
background-color: #8C8ACB;
}
.BgClassName
{
background-color: #8C8ACB;
}
</style>
border-color css
<style>
span { border-color: #8C8ACB; }
span { border-color: rgb(140,138,203); }
td.TdClassName
{
border-color: #8C8ACB;
}
.TagClassName
{
border-color: #8C8ACB;
}
</style>