Shades of Blue Bell #8B8FCA
Tints of Blue Bell #8B8FCA
RGB
CMYK
RGB Variations
Color information
#8B8FCA (or 0x8B8FCA) is known color: Blue Bell. HEX triplet: 8B, 8F and CA. RGB value is (139,143,202). Sum of RGB (Red+Green+Blue) = 139+143+202=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8FCA is #747035. Grayscale: #949494. Windows color (decimal): -7630902 or 13275019. OLE color: 13275019.
HSL color Cylindrical-coordinate representation of color #8B8FCA: hue angle of 236.19º 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 #8B8FCA is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 143 | 202 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.21 |
| HSL | 236.19º | 0.37% | 0.67% | - |
| HSV(B) | 236.19º | 0.31% | 0.79% | - |
| XYZ | 31.13 | 29.4 | 59.91 | - |
| YUV | 148.53 | 158.17 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 143 | 202 | 0.31 | 0.29 | 0 | 0.21 | 236.19 | 0.37 | 0.67 |
| Hex | 8B | 8F | CA | 1F | 1D | 0 | 15 | EC | 25 | 43 |
| Octal | 213 | 217 | 312 | 37 | 35 | 0 | 25 | 354 | 45 | 103 |
| Binary | 10001011 | 10001111 | 11001010 | 11111 | 11101 | 0 | 10101 | 11101100 | 100101 | 1000011 |
Color Harmonies of #8B8FCA
Complementary color
Monochromatic Colors of #8B8FCA
Black with #8B8FCA
Text Example
Text Example
White with #8B8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8FCA; }
p { color: rgb(139,143,202); }
H1.HeaderClassName
{
color: #8B8FCA;
}
.AnyTagClassName
{
color: #8B8FCA;
}
</style>
background-color css
<style>
a { background-color: #8B8FCA; }
a { background-color: rgb(139,143,202); }
div.DivClassName
{
background-color: #8B8FCA;
}
.BgClassName
{
background-color: #8B8FCA;
}
</style>
border-color css
<style>
span { border-color: #8B8FCA; }
span { border-color: rgb(139,143,202); }
td.TdClassName
{
border-color: #8B8FCA;
}
.TagClassName
{
border-color: #8B8FCA;
}
</style>