Shades of Blue Bell #8A8FC1
Tints of Blue Bell #8A8FC1
RGB
CMYK
RGB Variations
Color information
#8A8FC1 (or 0x8A8FC1) is known color: Blue Bell. HEX triplet: 8A, 8F and C1. RGB value is (138,143,193). Sum of RGB (Red+Green+Blue) = 138+143+193=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A8FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8FC1 is #75703E. Grayscale: #929292. Windows color (decimal): -7696447 or 12685194. OLE color: 12685194.
HSL color Cylindrical-coordinate representation of color #8A8FC1: hue angle of 234.55º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A8FC1 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 143 | 193 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.24 |
| HSL | 234.55º | 0.31% | 0.65% | - |
| HSV(B) | 234.55º | 0.28% | 0.76% | - |
| XYZ | 29.93 | 28.9 | 54.45 | - |
| YUV | 147.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 193 | 0.28 | 0.26 | 0 | 0.24 | 234.55 | 0.31 | 0.65 |
| Hex | 8A | 8F | C1 | 1C | 1A | 0 | 18 | EB | 1F | 41 |
| Octal | 212 | 217 | 301 | 34 | 32 | 0 | 30 | 353 | 37 | 101 |
| Binary | 10001010 | 10001111 | 11000001 | 11100 | 11010 | 0 | 11000 | 11101011 | 11111 | 1000001 |
Color Harmonies of #8A8FC1
Complementary color
Monochromatic Colors of #8A8FC1
Black with #8A8FC1
Text Example
Text Example
White with #8A8FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8FC1; }
p { color: rgb(138,143,193); }
H1.HeaderClassName
{
color: #8A8FC1;
}
.AnyTagClassName
{
color: #8A8FC1;
}
</style>
background-color css
<style>
a { background-color: #8A8FC1; }
a { background-color: rgb(138,143,193); }
div.DivClassName
{
background-color: #8A8FC1;
}
.BgClassName
{
background-color: #8A8FC1;
}
</style>
border-color css
<style>
span { border-color: #8A8FC1; }
span { border-color: rgb(138,143,193); }
td.TdClassName
{
border-color: #8A8FC1;
}
.TagClassName
{
border-color: #8A8FC1;
}
</style>