Shades of Moody Blue #8C83CB
Tints of Moody Blue #8C83CB
RGB
CMYK
RGB Variations
Color information
#8C83CB (or 0x8C83CB) is known color: Moody Blue. HEX triplet: 8C, 83 and CB. RGB value is (140,131,203). Sum of RGB (Red+Green+Blue) = 140+131+203=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C83CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83CB is #737C34. Grayscale: #8D8D8D. Windows color (decimal): -7568437 or 13337484. OLE color: 13337484.
HSL color Cylindrical-coordinate representation of color #8C83CB: hue angle of 247.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C83CB is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 131 | 203 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.20 |
| HSL | 247.5º | 0.41% | 0.65% | - |
| HSV(B) | 247.5º | 0.35% | 0.8% | - |
| XYZ | 29.71 | 26.12 | 59.98 | - |
| YUV | 141.9 | 162.48 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 203 | 0.31 | 0.35 | 0 | 0.20 | 247.5 | 0.41 | 0.65 |
| Hex | 8C | 83 | CB | 1F | 23 | 0 | 14 | F8 | 29 | 41 |
| Octal | 214 | 203 | 313 | 37 | 43 | 0 | 24 | 370 | 51 | 101 |
| Binary | 10001100 | 10000011 | 11001011 | 11111 | 100011 | 0 | 10100 | 11111000 | 101001 | 1000001 |
Color Harmonies of #8C83CB
Complementary color
Monochromatic Colors of #8C83CB
Black with #8C83CB
Text Example
Text Example
White with #8C83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C83CB; }
p { color: rgb(140,131,203); }
H1.HeaderClassName
{
color: #8C83CB;
}
.AnyTagClassName
{
color: #8C83CB;
}
</style>
background-color css
<style>
a { background-color: #8C83CB; }
a { background-color: rgb(140,131,203); }
div.DivClassName
{
background-color: #8C83CB;
}
.BgClassName
{
background-color: #8C83CB;
}
</style>
border-color css
<style>
span { border-color: #8C83CB; }
span { border-color: rgb(140,131,203); }
td.TdClassName
{
border-color: #8C83CB;
}
.TagClassName
{
border-color: #8C83CB;
}
</style>