Shades of Blue Bell #8C8FCA
Tints of Blue Bell #8C8FCA
RGB
CMYK
RGB Variations
Color information
#8C8FCA (or 0x8C8FCA) is known color: Blue Bell. HEX triplet: 8C, 8F and CA. RGB value is (140,143,202). Sum of RGB (Red+Green+Blue) = 140+143+202=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8FCA is #737035. Grayscale: #949494. Windows color (decimal): -7565366 or 13275020. OLE color: 13275020.
HSL color Cylindrical-coordinate representation of color #8C8FCA: hue angle of 237.1º 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 #8C8FCA is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 143 | 202 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.21 |
| HSL | 237.1º | 0.37% | 0.67% | - |
| HSV(B) | 237.1º | 0.31% | 0.79% | - |
| XYZ | 31.3 | 29.48 | 59.92 | - |
| YUV | 148.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 202 | 0.31 | 0.29 | 0 | 0.21 | 237.1 | 0.37 | 0.67 |
| Hex | 8C | 8F | CA | 1F | 1D | 0 | 15 | ED | 25 | 43 |
| Octal | 214 | 217 | 312 | 37 | 35 | 0 | 25 | 355 | 45 | 103 |
| Binary | 10001100 | 10001111 | 11001010 | 11111 | 11101 | 0 | 10101 | 11101101 | 100101 | 1000011 |
Color Harmonies of #8C8FCA
Complementary color
Monochromatic Colors of #8C8FCA
Black with #8C8FCA
Text Example
Text Example
White with #8C8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8FCA; }
p { color: rgb(140,143,202); }
H1.HeaderClassName
{
color: #8C8FCA;
}
.AnyTagClassName
{
color: #8C8FCA;
}
</style>
background-color css
<style>
a { background-color: #8C8FCA; }
a { background-color: rgb(140,143,202); }
div.DivClassName
{
background-color: #8C8FCA;
}
.BgClassName
{
background-color: #8C8FCA;
}
</style>
border-color css
<style>
span { border-color: #8C8FCA; }
span { border-color: rgb(140,143,202); }
td.TdClassName
{
border-color: #8C8FCA;
}
.TagClassName
{
border-color: #8C8FCA;
}
</style>