Shades of Blue Bell #8B8AC8
Tints of Blue Bell #8B8AC8
RGB
CMYK
RGB Variations
Color information
#8B8AC8 (or 0x8B8AC8) is known color: Blue Bell. HEX triplet: 8B, 8A and C8. RGB value is (139,138,200). Sum of RGB (Red+Green+Blue) = 139+138+200=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #8B8AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8AC8 is #747537. Grayscale: #919191. Windows color (decimal): -7632184 or 13142667. OLE color: 13142667.
HSL color Cylindrical-coordinate representation of color #8B8AC8: hue angle of 240.97º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B8AC8 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 138 | 200 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.22 |
| HSL | 240.97º | 0.36% | 0.66% | - |
| HSV(B) | 240.97º | 0.31% | 0.78% | - |
| XYZ | 30.16 | 27.84 | 58.43 | - |
| YUV | 145.37 | 158.83 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 138 | 200 | 0.30 | 0.31 | 0 | 0.22 | 240.97 | 0.36 | 0.66 |
| Hex | 8B | 8A | C8 | 1E | 1F | 0 | 16 | F1 | 24 | 42 |
| Octal | 213 | 212 | 310 | 36 | 37 | 0 | 26 | 361 | 44 | 102 |
| Binary | 10001011 | 10001010 | 11001000 | 11110 | 11111 | 0 | 10110 | 11110001 | 100100 | 1000010 |
Color Harmonies of #8B8AC8
Complementary color
Monochromatic Colors of #8B8AC8
Black with #8B8AC8
Text Example
Text Example
White with #8B8AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8AC8; }
p { color: rgb(139,138,200); }
H1.HeaderClassName
{
color: #8B8AC8;
}
.AnyTagClassName
{
color: #8B8AC8;
}
</style>
background-color css
<style>
a { background-color: #8B8AC8; }
a { background-color: rgb(139,138,200); }
div.DivClassName
{
background-color: #8B8AC8;
}
.BgClassName
{
background-color: #8B8AC8;
}
</style>
border-color css
<style>
span { border-color: #8B8AC8; }
span { border-color: rgb(139,138,200); }
td.TdClassName
{
border-color: #8B8AC8;
}
.TagClassName
{
border-color: #8B8AC8;
}
</style>