Shades of Moody Blue #8C88CB
Tints of Moody Blue #8C88CB
RGB
CMYK
RGB Variations
Color information
#8C88CB (or 0x8C88CB) is known color: Moody Blue. HEX triplet: 8C, 88 and CB. RGB value is (140,136,203). Sum of RGB (Red+Green+Blue) = 140+136+203=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C88CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C88CB is #737734. Grayscale: #909090. Windows color (decimal): -7567157 or 13338764. OLE color: 13338764.
HSL color Cylindrical-coordinate representation of color #8C88CB: hue angle of 243.58º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C88CB is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 136 | 203 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.20 |
| HSL | 243.58º | 0.39% | 0.66% | - |
| HSV(B) | 243.58º | 0.33% | 0.8% | - |
| XYZ | 30.4 | 27.5 | 60.2 | - |
| YUV | 144.83 | 160.83 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 203 | 0.31 | 0.33 | 0 | 0.20 | 243.58 | 0.39 | 0.66 |
| Hex | 8C | 88 | CB | 1F | 21 | 0 | 14 | F4 | 27 | 42 |
| Octal | 214 | 210 | 313 | 37 | 41 | 0 | 24 | 364 | 47 | 102 |
| Binary | 10001100 | 10001000 | 11001011 | 11111 | 100001 | 0 | 10100 | 11110100 | 100111 | 1000010 |
Color Harmonies of #8C88CB
Complementary color
Monochromatic Colors of #8C88CB
Black with #8C88CB
Text Example
Text Example
White with #8C88CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C88CB; }
p { color: rgb(140,136,203); }
H1.HeaderClassName
{
color: #8C88CB;
}
.AnyTagClassName
{
color: #8C88CB;
}
</style>
background-color css
<style>
a { background-color: #8C88CB; }
a { background-color: rgb(140,136,203); }
div.DivClassName
{
background-color: #8C88CB;
}
.BgClassName
{
background-color: #8C88CB;
}
</style>
border-color css
<style>
span { border-color: #8C88CB; }
span { border-color: rgb(140,136,203); }
td.TdClassName
{
border-color: #8C88CB;
}
.TagClassName
{
border-color: #8C88CB;
}
</style>