Shades of Blue Bell #8C91C2
Tints of Blue Bell #8C91C2
RGB
CMYK
RGB Variations
Color information
#8C91C2 (or 0x8C91C2) is known color: Blue Bell. HEX triplet: 8C, 91 and C2. RGB value is (140,145,194). Sum of RGB (Red+Green+Blue) = 140+145+194=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #8C91C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C91C2 is #736E3D. Grayscale: #949494. Windows color (decimal): -7564862 or 12751244. OLE color: 12751244.
HSL color Cylindrical-coordinate representation of color #8C91C2: hue angle of 234.44º 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 #8C91C2 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 145 | 194 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.24 |
| HSL | 234.44º | 0.31% | 0.65% | - |
| HSV(B) | 234.44º | 0.28% | 0.76% | - |
| XYZ | 30.68 | 29.72 | 55.16 | - |
| YUV | 149.09 | 153.34 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 194 | 0.28 | 0.25 | 0 | 0.24 | 234.44 | 0.31 | 0.65 |
| Hex | 8C | 91 | C2 | 1C | 19 | 0 | 18 | EA | 1F | 41 |
| Octal | 214 | 221 | 302 | 34 | 31 | 0 | 30 | 352 | 37 | 101 |
| Binary | 10001100 | 10010001 | 11000010 | 11100 | 11001 | 0 | 11000 | 11101010 | 11111 | 1000001 |
Color Harmonies of #8C91C2
Complementary color
Monochromatic Colors of #8C91C2
Black with #8C91C2
Text Example
Text Example
White with #8C91C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C91C2; }
p { color: rgb(140,145,194); }
H1.HeaderClassName
{
color: #8C91C2;
}
.AnyTagClassName
{
color: #8C91C2;
}
</style>
background-color css
<style>
a { background-color: #8C91C2; }
a { background-color: rgb(140,145,194); }
div.DivClassName
{
background-color: #8C91C2;
}
.BgClassName
{
background-color: #8C91C2;
}
</style>
border-color css
<style>
span { border-color: #8C91C2; }
span { border-color: rgb(140,145,194); }
td.TdClassName
{
border-color: #8C91C2;
}
.TagClassName
{
border-color: #8C91C2;
}
</style>