Shades of Blue Bell #8B8AC9
Tints of Blue Bell #8B8AC9
RGB
CMYK
RGB Variations
Color information
#8B8AC9 (or 0x8B8AC9) is known color: Blue Bell. HEX triplet: 8B, 8A and C9. RGB value is (139,138,201). Sum of RGB (Red+Green+Blue) = 139+138+201=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B8AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8AC9 is #747536. Grayscale: #919191. Windows color (decimal): -7632183 or 13208203. OLE color: 13208203.
HSL color Cylindrical-coordinate representation of color #8B8AC9: hue angle of 240.95º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B8AC9 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 138 | 201 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.21 |
| HSL | 240.95º | 0.37% | 0.66% | - |
| HSV(B) | 240.95º | 0.31% | 0.79% | - |
| XYZ | 30.28 | 27.88 | 59.04 | - |
| YUV | 145.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 138 | 201 | 0.31 | 0.31 | 0 | 0.21 | 240.95 | 0.37 | 0.66 |
| Hex | 8B | 8A | C9 | 1F | 1F | 0 | 15 | F1 | 25 | 42 |
| Octal | 213 | 212 | 311 | 37 | 37 | 0 | 25 | 361 | 45 | 102 |
| Binary | 10001011 | 10001010 | 11001001 | 11111 | 11111 | 0 | 10101 | 11110001 | 100101 | 1000010 |
Color Harmonies of #8B8AC9
Complementary color
Monochromatic Colors of #8B8AC9
Black with #8B8AC9
Text Example
Text Example
White with #8B8AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8AC9; }
p { color: rgb(139,138,201); }
H1.HeaderClassName
{
color: #8B8AC9;
}
.AnyTagClassName
{
color: #8B8AC9;
}
</style>
background-color css
<style>
a { background-color: #8B8AC9; }
a { background-color: rgb(139,138,201); }
div.DivClassName
{
background-color: #8B8AC9;
}
.BgClassName
{
background-color: #8B8AC9;
}
</style>
border-color css
<style>
span { border-color: #8B8AC9; }
span { border-color: rgb(139,138,201); }
td.TdClassName
{
border-color: #8B8AC9;
}
.TagClassName
{
border-color: #8B8AC9;
}
</style>