Shades of Blue Bell #8C8CCA
Tints of Blue Bell #8C8CCA
RGB
CMYK
RGB Variations
Color information
#8C8CCA (or 0x8C8CCA) is known color: Blue Bell. HEX triplet: 8C, 8C and CA. RGB value is (140,140,202). Sum of RGB (Red+Green+Blue) = 140+140+202=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8CCA is #737335. Grayscale: #929292. Windows color (decimal): -7566134 or 13274252. OLE color: 13274252.
HSL color Cylindrical-coordinate representation of color #8C8CCA: hue angle of 240º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C8CCA is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 140 | 202 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.21 |
| HSL | 240º | 0.37% | 0.67% | - |
| HSV(B) | 240º | 0.31% | 0.79% | - |
| XYZ | 30.85 | 28.6 | 59.77 | - |
| YUV | 147.07 | 159 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 140 | 202 | 0.31 | 0.31 | 0 | 0.21 | 240 | 0.37 | 0.67 |
| Hex | 8C | 8C | CA | 1F | 1F | 0 | 15 | F0 | 25 | 43 |
| Octal | 214 | 214 | 312 | 37 | 37 | 0 | 25 | 360 | 45 | 103 |
| Binary | 10001100 | 10001100 | 11001010 | 11111 | 11111 | 0 | 10101 | 11110000 | 100101 | 1000011 |
Color Harmonies of #8C8CCA
Complementary color
Monochromatic Colors of #8C8CCA
Black with #8C8CCA
Text Example
Text Example
White with #8C8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8CCA; }
p { color: rgb(140,140,202); }
H1.HeaderClassName
{
color: #8C8CCA;
}
.AnyTagClassName
{
color: #8C8CCA;
}
</style>
background-color css
<style>
a { background-color: #8C8CCA; }
a { background-color: rgb(140,140,202); }
div.DivClassName
{
background-color: #8C8CCA;
}
.BgClassName
{
background-color: #8C8CCA;
}
</style>
border-color css
<style>
span { border-color: #8C8CCA; }
span { border-color: rgb(140,140,202); }
td.TdClassName
{
border-color: #8C8CCA;
}
.TagClassName
{
border-color: #8C8CCA;
}
</style>