Shades of Blue Bell #8C93C2
Tints of Blue Bell #8C93C2
RGB
CMYK
RGB Variations
Color information
#8C93C2 (or 0x8C93C2) is known color: Blue Bell. HEX triplet: 8C, 93 and C2. RGB value is (140,147,194). Sum of RGB (Red+Green+Blue) = 140+147+194=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #8C93C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C93C2 is #736C3D. Grayscale: #969696. Windows color (decimal): -7564350 or 12751756. OLE color: 12751756.
HSL color Cylindrical-coordinate representation of color #8C93C2: hue angle of 232.22º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C93C2 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 147 | 194 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.24 |
| HSL | 232.22º | 0.31% | 0.65% | - |
| HSV(B) | 232.22º | 0.28% | 0.76% | - |
| XYZ | 30.99 | 30.34 | 55.26 | - |
| YUV | 150.27 | 152.68 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 194 | 0.28 | 0.24 | 0 | 0.24 | 232.22 | 0.31 | 0.65 |
| Hex | 8C | 93 | C2 | 1C | 18 | 0 | 18 | E8 | 1F | 41 |
| Octal | 214 | 223 | 302 | 34 | 30 | 0 | 30 | 350 | 37 | 101 |
| Binary | 10001100 | 10010011 | 11000010 | 11100 | 11000 | 0 | 11000 | 11101000 | 11111 | 1000001 |
Color Harmonies of #8C93C2
Complementary color
Monochromatic Colors of #8C93C2
Black with #8C93C2
Text Example
Text Example
White with #8C93C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C93C2; }
p { color: rgb(140,147,194); }
H1.HeaderClassName
{
color: #8C93C2;
}
.AnyTagClassName
{
color: #8C93C2;
}
</style>
background-color css
<style>
a { background-color: #8C93C2; }
a { background-color: rgb(140,147,194); }
div.DivClassName
{
background-color: #8C93C2;
}
.BgClassName
{
background-color: #8C93C2;
}
</style>
border-color css
<style>
span { border-color: #8C93C2; }
span { border-color: rgb(140,147,194); }
td.TdClassName
{
border-color: #8C93C2;
}
.TagClassName
{
border-color: #8C93C2;
}
</style>