Shades of Moody Blue #8C88CC
Tints of Moody Blue #8C88CC
RGB
CMYK
RGB Variations
Color information
#8C88CC (or 0x8C88CC) is known color: Moody Blue. HEX triplet: 8C, 88 and CC. RGB value is (140,136,204). Sum of RGB (Red+Green+Blue) = 140+136+204=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C88CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C88CC is #737733. Grayscale: #909090. Windows color (decimal): -7567156 or 13404300. OLE color: 13404300.
HSL color Cylindrical-coordinate representation of color #8C88CC: hue angle of 243.53º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C88CC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 136 | 204 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.2 |
| HSL | 243.53º | 0.4% | 0.67% | - |
| HSV(B) | 243.53º | 0.33% | 0.8% | - |
| XYZ | 30.52 | 27.54 | 60.83 | - |
| YUV | 144.95 | 161.33 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 204 | 0.31 | 0.33 | 0 | 0.2 | 243.53 | 0.4 | 0.67 |
| Hex | 8C | 88 | CC | 1F | 21 | 0 | 14 | F4 | 28 | 43 |
| Octal | 214 | 210 | 314 | 37 | 41 | 0 | 24 | 364 | 50 | 103 |
| Binary | 10001100 | 10001000 | 11001100 | 11111 | 100001 | 0 | 10100 | 11110100 | 101000 | 1000011 |
Color Harmonies of #8C88CC
Complementary color
Monochromatic Colors of #8C88CC
Black with #8C88CC
Text Example
Text Example
White with #8C88CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C88CC; }
p { color: rgb(140,136,204); }
H1.HeaderClassName
{
color: #8C88CC;
}
.AnyTagClassName
{
color: #8C88CC;
}
</style>
background-color css
<style>
a { background-color: #8C88CC; }
a { background-color: rgb(140,136,204); }
div.DivClassName
{
background-color: #8C88CC;
}
.BgClassName
{
background-color: #8C88CC;
}
</style>
border-color css
<style>
span { border-color: #8C88CC; }
span { border-color: rgb(140,136,204); }
td.TdClassName
{
border-color: #8C88CC;
}
.TagClassName
{
border-color: #8C88CC;
}
</style>