Shades of Blue Bell #8F8FC3
Tints of Blue Bell #8F8FC3
RGB
CMYK
RGB Variations
Color information
#8F8FC3 (or 0x8F8FC3) is known color: Blue Bell. HEX triplet: 8F, 8F and C3. RGB value is (143,143,195). Sum of RGB (Red+Green+Blue) = 143+143+195=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #8F8FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8FC3 is #70703C. Grayscale: #949494. Windows color (decimal): -7368765 or 12816271. OLE color: 12816271.
HSL color Cylindrical-coordinate representation of color #8F8FC3: hue angle of 240º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F8FC3 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 143 | 195 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.24 |
| HSL | 240º | 0.3% | 0.66% | - |
| HSV(B) | 240º | 0.27% | 0.76% | - |
| XYZ | 31 | 29.42 | 55.68 | - |
| YUV | 148.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 143 | 195 | 0.27 | 0.27 | 0 | 0.24 | 240 | 0.3 | 0.66 |
| Hex | 8F | 8F | C3 | 1B | 1B | 0 | 18 | F0 | 1E | 42 |
| Octal | 217 | 217 | 303 | 33 | 33 | 0 | 30 | 360 | 36 | 102 |
| Binary | 10001111 | 10001111 | 11000011 | 11011 | 11011 | 0 | 11000 | 11110000 | 11110 | 1000010 |
Color Harmonies of #8F8FC3
Complementary color
Monochromatic Colors of #8F8FC3
Black with #8F8FC3
Text Example
Text Example
White with #8F8FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8FC3; }
p { color: rgb(143,143,195); }
H1.HeaderClassName
{
color: #8F8FC3;
}
.AnyTagClassName
{
color: #8F8FC3;
}
</style>
background-color css
<style>
a { background-color: #8F8FC3; }
a { background-color: rgb(143,143,195); }
div.DivClassName
{
background-color: #8F8FC3;
}
.BgClassName
{
background-color: #8F8FC3;
}
</style>
border-color css
<style>
span { border-color: #8F8FC3; }
span { border-color: rgb(143,143,195); }
td.TdClassName
{
border-color: #8F8FC3;
}
.TagClassName
{
border-color: #8F8FC3;
}
</style>