Shades of Blue Bell #8B8CCC
Tints of Blue Bell #8B8CCC
RGB
CMYK
RGB Variations
Color information
#8B8CCC (or 0x8B8CCC) is known color: Blue Bell. HEX triplet: 8B, 8C and CC. RGB value is (139,140,204). Sum of RGB (Red+Green+Blue) = 139+140+204=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B8CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8CCC is #747333. Grayscale: #929292. Windows color (decimal): -7631668 or 13405323. OLE color: 13405323.
HSL color Cylindrical-coordinate representation of color #8B8CCC: hue angle of 239.08º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B8CCC is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 140 | 204 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.2 |
| HSL | 239.08º | 0.39% | 0.67% | - |
| HSV(B) | 239.08º | 0.32% | 0.8% | - |
| XYZ | 30.92 | 28.6 | 61.02 | - |
| YUV | 147 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 140 | 204 | 0.32 | 0.31 | 0 | 0.2 | 239.08 | 0.39 | 0.67 |
| Hex | 8B | 8C | CC | 20 | 1F | 0 | 14 | EF | 27 | 43 |
| Octal | 213 | 214 | 314 | 40 | 37 | 0 | 24 | 357 | 47 | 103 |
| Binary | 10001011 | 10001100 | 11001100 | 100000 | 11111 | 0 | 10100 | 11101111 | 100111 | 1000011 |
Color Harmonies of #8B8CCC
Complementary color
Monochromatic Colors of #8B8CCC
Black with #8B8CCC
Text Example
Text Example
White with #8B8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8CCC; }
p { color: rgb(139,140,204); }
H1.HeaderClassName
{
color: #8B8CCC;
}
.AnyTagClassName
{
color: #8B8CCC;
}
</style>
background-color css
<style>
a { background-color: #8B8CCC; }
a { background-color: rgb(139,140,204); }
div.DivClassName
{
background-color: #8B8CCC;
}
.BgClassName
{
background-color: #8B8CCC;
}
</style>
border-color css
<style>
span { border-color: #8B8CCC; }
span { border-color: rgb(139,140,204); }
td.TdClassName
{
border-color: #8B8CCC;
}
.TagClassName
{
border-color: #8B8CCC;
}
</style>