Shades of Blue Bell #8F93C1
Tints of Blue Bell #8F93C1
RGB
CMYK
RGB Variations
Color information
#8F93C1 (or 0x8F93C1) is known color: Blue Bell. HEX triplet: 8F, 93 and C1. RGB value is (143,147,193). Sum of RGB (Red+Green+Blue) = 143+147+193=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F93C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F93C1 is #706C3E. Grayscale: #969696. Windows color (decimal): -7367743 or 12686223. OLE color: 12686223.
HSL color Cylindrical-coordinate representation of color #8F93C1: hue angle of 235.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F93C1 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 147 | 193 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.24 |
| HSL | 235.2º | 0.29% | 0.66% | - |
| HSV(B) | 235.2º | 0.26% | 0.76% | - |
| XYZ | 31.39 | 30.56 | 54.7 | - |
| YUV | 151.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 193 | 0.26 | 0.24 | 0 | 0.24 | 235.2 | 0.29 | 0.66 |
| Hex | 8F | 93 | C1 | 1A | 18 | 0 | 18 | EB | 1D | 42 |
| Octal | 217 | 223 | 301 | 32 | 30 | 0 | 30 | 353 | 35 | 102 |
| Binary | 10001111 | 10010011 | 11000001 | 11010 | 11000 | 0 | 11000 | 11101011 | 11101 | 1000010 |
Color Harmonies of #8F93C1
Complementary color
Monochromatic Colors of #8F93C1
Black with #8F93C1
Text Example
Text Example
White with #8F93C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F93C1; }
p { color: rgb(143,147,193); }
H1.HeaderClassName
{
color: #8F93C1;
}
.AnyTagClassName
{
color: #8F93C1;
}
</style>
background-color css
<style>
a { background-color: #8F93C1; }
a { background-color: rgb(143,147,193); }
div.DivClassName
{
background-color: #8F93C1;
}
.BgClassName
{
background-color: #8F93C1;
}
</style>
border-color css
<style>
span { border-color: #8F93C1; }
span { border-color: rgb(143,147,193); }
td.TdClassName
{
border-color: #8F93C1;
}
.TagClassName
{
border-color: #8F93C1;
}
</style>