Shades of Moody Blue #8C83CE
Tints of Moody Blue #8C83CE
RGB
CMYK
RGB Variations
Color information
#8C83CE (or 0x8C83CE) is known color: Moody Blue. HEX triplet: 8C, 83 and CE. RGB value is (140,131,206). Sum of RGB (Red+Green+Blue) = 140+131+206=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C83CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83CE is #737C31. Grayscale: #8D8D8D. Windows color (decimal): -7568434 or 13534092. OLE color: 13534092.
HSL color Cylindrical-coordinate representation of color #8C83CE: hue angle of 247.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C83CE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 131 | 206 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.19 |
| HSL | 247.2º | 0.43% | 0.66% | - |
| HSV(B) | 247.2º | 0.36% | 0.81% | - |
| XYZ | 30.07 | 26.26 | 61.88 | - |
| YUV | 142.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 206 | 0.32 | 0.36 | 0 | 0.19 | 247.2 | 0.43 | 0.66 |
| Hex | 8C | 83 | CE | 20 | 24 | 0 | 13 | F7 | 2B | 42 |
| Octal | 214 | 203 | 316 | 40 | 44 | 0 | 23 | 367 | 53 | 102 |
| Binary | 10001100 | 10000011 | 11001110 | 100000 | 100100 | 0 | 10011 | 11110111 | 101011 | 1000010 |
Color Harmonies of #8C83CE
Complementary color
Monochromatic Colors of #8C83CE
Black with #8C83CE
Text Example
Text Example
White with #8C83CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C83CE; }
p { color: rgb(140,131,206); }
H1.HeaderClassName
{
color: #8C83CE;
}
.AnyTagClassName
{
color: #8C83CE;
}
</style>
background-color css
<style>
a { background-color: #8C83CE; }
a { background-color: rgb(140,131,206); }
div.DivClassName
{
background-color: #8C83CE;
}
.BgClassName
{
background-color: #8C83CE;
}
</style>
border-color css
<style>
span { border-color: #8C83CE; }
span { border-color: rgb(140,131,206); }
td.TdClassName
{
border-color: #8C83CE;
}
.TagClassName
{
border-color: #8C83CE;
}
</style>