Shades of Blue Bell #8D8FCB
Tints of Blue Bell #8D8FCB
RGB
CMYK
RGB Variations
Color information
#8D8FCB (or 0x8D8FCB) is known color: Blue Bell. HEX triplet: 8D, 8F and CB. RGB value is (141,143,203). Sum of RGB (Red+Green+Blue) = 141+143+203=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D8FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8FCB is #727034. Grayscale: #959595. Windows color (decimal): -7499829 or 13340557. OLE color: 13340557.
HSL color Cylindrical-coordinate representation of color #8D8FCB: hue angle of 238.06º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D8FCB is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 143 | 203 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.20 |
| HSL | 238.06º | 0.37% | 0.67% | - |
| HSV(B) | 238.06º | 0.31% | 0.8% | - |
| XYZ | 31.59 | 29.62 | 60.55 | - |
| YUV | 149.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 143 | 203 | 0.31 | 0.30 | 0 | 0.20 | 238.06 | 0.37 | 0.67 |
| Hex | 8D | 8F | CB | 1F | 1E | 0 | 14 | EE | 25 | 43 |
| Octal | 215 | 217 | 313 | 37 | 36 | 0 | 24 | 356 | 45 | 103 |
| Binary | 10001101 | 10001111 | 11001011 | 11111 | 11110 | 0 | 10100 | 11101110 | 100101 | 1000011 |
Color Harmonies of #8D8FCB
Complementary color
Monochromatic Colors of #8D8FCB
Black with #8D8FCB
Text Example
Text Example
White with #8D8FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8FCB; }
p { color: rgb(141,143,203); }
H1.HeaderClassName
{
color: #8D8FCB;
}
.AnyTagClassName
{
color: #8D8FCB;
}
</style>
background-color css
<style>
a { background-color: #8D8FCB; }
a { background-color: rgb(141,143,203); }
div.DivClassName
{
background-color: #8D8FCB;
}
.BgClassName
{
background-color: #8D8FCB;
}
</style>
border-color css
<style>
span { border-color: #8D8FCB; }
span { border-color: rgb(141,143,203); }
td.TdClassName
{
border-color: #8D8FCB;
}
.TagClassName
{
border-color: #8D8FCB;
}
</style>