Shades of Blue Bell #8C90CC
Tints of Blue Bell #8C90CC
RGB
CMYK
RGB Variations
Color information
#8C90CC (or 0x8C90CC) is known color: Blue Bell. HEX triplet: 8C, 90 and CC. RGB value is (140,144,204). Sum of RGB (Red+Green+Blue) = 140+144+204=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C90CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C90CC is #736F33. Grayscale: #959595. Windows color (decimal): -7565108 or 13406348. OLE color: 13406348.
HSL color Cylindrical-coordinate representation of color #8C90CC: hue angle of 236.25º degrees, saturation: 0.39, 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 #8C90CC is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 144 | 204 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.2 |
| HSL | 236.25º | 0.39% | 0.67% | - |
| HSV(B) | 236.25º | 0.31% | 0.8% | - |
| XYZ | 31.69 | 29.88 | 61.22 | - |
| YUV | 149.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 204 | 0.31 | 0.29 | 0 | 0.2 | 236.25 | 0.39 | 0.67 |
| Hex | 8C | 90 | CC | 1F | 1D | 0 | 14 | EC | 27 | 43 |
| Octal | 214 | 220 | 314 | 37 | 35 | 0 | 24 | 354 | 47 | 103 |
| Binary | 10001100 | 10010000 | 11001100 | 11111 | 11101 | 0 | 10100 | 11101100 | 100111 | 1000011 |
Color Harmonies of #8C90CC
Complementary color
Monochromatic Colors of #8C90CC
Black with #8C90CC
Text Example
Text Example
White with #8C90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C90CC; }
p { color: rgb(140,144,204); }
H1.HeaderClassName
{
color: #8C90CC;
}
.AnyTagClassName
{
color: #8C90CC;
}
</style>
background-color css
<style>
a { background-color: #8C90CC; }
a { background-color: rgb(140,144,204); }
div.DivClassName
{
background-color: #8C90CC;
}
.BgClassName
{
background-color: #8C90CC;
}
</style>
border-color css
<style>
span { border-color: #8C90CC; }
span { border-color: rgb(140,144,204); }
td.TdClassName
{
border-color: #8C90CC;
}
.TagClassName
{
border-color: #8C90CC;
}
</style>