Shades of Blue Bell #8D8AC2
Tints of Blue Bell #8D8AC2
RGB
CMYK
RGB Variations
Color information
#8D8AC2 (or 0x8D8AC2) is known color: Blue Bell. HEX triplet: 8D, 8A and C2. RGB value is (141,138,194). Sum of RGB (Red+Green+Blue) = 141+138+194=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #8D8AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8AC2 is #72753D. Grayscale: #919191. Windows color (decimal): -7501118 or 12749453. OLE color: 12749453.
HSL color Cylindrical-coordinate representation of color #8D8AC2: hue angle of 243.21º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D8AC2 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 138 | 194 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.24 |
| HSL | 243.21º | 0.31% | 0.65% | - |
| HSV(B) | 243.21º | 0.29% | 0.76% | - |
| XYZ | 29.81 | 27.73 | 54.82 | - |
| YUV | 145.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 138 | 194 | 0.27 | 0.29 | 0 | 0.24 | 243.21 | 0.31 | 0.65 |
| Hex | 8D | 8A | C2 | 1B | 1D | 0 | 18 | F3 | 1F | 41 |
| Octal | 215 | 212 | 302 | 33 | 35 | 0 | 30 | 363 | 37 | 101 |
| Binary | 10001101 | 10001010 | 11000010 | 11011 | 11101 | 0 | 11000 | 11110011 | 11111 | 1000001 |
Color Harmonies of #8D8AC2
Complementary color
Monochromatic Colors of #8D8AC2
Black with #8D8AC2
Text Example
Text Example
White with #8D8AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8AC2; }
p { color: rgb(141,138,194); }
H1.HeaderClassName
{
color: #8D8AC2;
}
.AnyTagClassName
{
color: #8D8AC2;
}
</style>
background-color css
<style>
a { background-color: #8D8AC2; }
a { background-color: rgb(141,138,194); }
div.DivClassName
{
background-color: #8D8AC2;
}
.BgClassName
{
background-color: #8D8AC2;
}
</style>
border-color css
<style>
span { border-color: #8D8AC2; }
span { border-color: rgb(141,138,194); }
td.TdClassName
{
border-color: #8D8AC2;
}
.TagClassName
{
border-color: #8D8AC2;
}
</style>