Shades of Moody Blue #8D83CE
Tints of Moody Blue #8D83CE
RGB
CMYK
RGB Variations
Color information
#8D83CE (or 0x8D83CE) is known color: Moody Blue. HEX triplet: 8D, 83 and CE. RGB value is (141,131,206). Sum of RGB (Red+Green+Blue) = 141+131+206=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D83CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D83CE is #727C31. Grayscale: #8E8E8E. Windows color (decimal): -7502898 or 13534093. OLE color: 13534093.
HSL color Cylindrical-coordinate representation of color #8D83CE: hue angle of 248º 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 #8D83CE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 131 | 206 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.19 |
| HSL | 248º | 0.43% | 0.66% | - |
| HSV(B) | 248º | 0.36% | 0.81% | - |
| XYZ | 30.24 | 26.35 | 61.88 | - |
| YUV | 142.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 206 | 0.32 | 0.36 | 0 | 0.19 | 248 | 0.43 | 0.66 |
| Hex | 8D | 83 | CE | 20 | 24 | 0 | 13 | F8 | 2B | 42 |
| Octal | 215 | 203 | 316 | 40 | 44 | 0 | 23 | 370 | 53 | 102 |
| Binary | 10001101 | 10000011 | 11001110 | 100000 | 100100 | 0 | 10011 | 11111000 | 101011 | 1000010 |
Color Harmonies of #8D83CE
Complementary color
Monochromatic Colors of #8D83CE
Black with #8D83CE
Text Example
Text Example
White with #8D83CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D83CE; }
p { color: rgb(141,131,206); }
H1.HeaderClassName
{
color: #8D83CE;
}
.AnyTagClassName
{
color: #8D83CE;
}
</style>
background-color css
<style>
a { background-color: #8D83CE; }
a { background-color: rgb(141,131,206); }
div.DivClassName
{
background-color: #8D83CE;
}
.BgClassName
{
background-color: #8D83CE;
}
</style>
border-color css
<style>
span { border-color: #8D83CE; }
span { border-color: rgb(141,131,206); }
td.TdClassName
{
border-color: #8D83CE;
}
.TagClassName
{
border-color: #8D83CE;
}
</style>