Shades of Moody Blue #8C83DA
Tints of Moody Blue #8C83DA
RGB
CMYK
RGB Variations
Color information
#8C83DA (or 0x8C83DA) is known color: Moody Blue. HEX triplet: 8C, 83 and DA. RGB value is (140,131,218). Sum of RGB (Red+Green+Blue) = 140+131+218=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C83DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83DA is #737C25. Grayscale: #8F8F8F. Windows color (decimal): -7568422 or 14320524. OLE color: 14320524.
HSL color Cylindrical-coordinate representation of color #8C83DA: hue angle of 246.21º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C83DA is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 131 | 218 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.15 |
| HSL | 246.21º | 0.54% | 0.68% | - |
| HSV(B) | 246.21º | 0.4% | 0.85% | - |
| XYZ | 31.59 | 26.87 | 69.85 | - |
| YUV | 143.61 | 169.98 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 218 | 0.36 | 0.40 | 0 | 0.15 | 246.21 | 0.54 | 0.68 |
| Hex | 8C | 83 | DA | 24 | 28 | 0 | F | F6 | 36 | 44 |
| Octal | 214 | 203 | 332 | 44 | 50 | 0 | 17 | 366 | 66 | 104 |
| Binary | 10001100 | 10000011 | 11011010 | 100100 | 101000 | 0 | 1111 | 11110110 | 110110 | 1000100 |
Color Harmonies of #8C83DA
Complementary color
Monochromatic Colors of #8C83DA
Black with #8C83DA
Text Example
Text Example
White with #8C83DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C83DA; }
p { color: rgb(140,131,218); }
H1.HeaderClassName
{
color: #8C83DA;
}
.AnyTagClassName
{
color: #8C83DA;
}
</style>
background-color css
<style>
a { background-color: #8C83DA; }
a { background-color: rgb(140,131,218); }
div.DivClassName
{
background-color: #8C83DA;
}
.BgClassName
{
background-color: #8C83DA;
}
</style>
border-color css
<style>
span { border-color: #8C83DA; }
span { border-color: rgb(140,131,218); }
td.TdClassName
{
border-color: #8C83DA;
}
.TagClassName
{
border-color: #8C83DA;
}
</style>