Shades of Moody Blue #8C83DB
Tints of Moody Blue #8C83DB
RGB
CMYK
RGB Variations
Color information
#8C83DB (or 0x8C83DB) is known color: Moody Blue. HEX triplet: 8C, 83 and DB. RGB value is (140,131,219). Sum of RGB (Red+Green+Blue) = 140+131+219=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C83DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83DB is #737C24. Grayscale: #8F8F8F. Windows color (decimal): -7568421 or 14386060. OLE color: 14386060.
HSL color Cylindrical-coordinate representation of color #8C83DB: hue angle of 246.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C83DB is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 131 | 219 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.14 |
| HSL | 246.14º | 0.55% | 0.69% | - |
| HSV(B) | 246.14º | 0.4% | 0.86% | - |
| XYZ | 31.72 | 26.92 | 70.54 | - |
| YUV | 143.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 219 | 0.36 | 0.40 | 0 | 0.14 | 246.14 | 0.55 | 0.69 |
| Hex | 8C | 83 | DB | 24 | 28 | 0 | E | F6 | 37 | 45 |
| Octal | 214 | 203 | 333 | 44 | 50 | 0 | 16 | 366 | 67 | 105 |
| Binary | 10001100 | 10000011 | 11011011 | 100100 | 101000 | 0 | 1110 | 11110110 | 110111 | 1000101 |
Color Harmonies of #8C83DB
Complementary color
Monochromatic Colors of #8C83DB
Black with #8C83DB
Text Example
Text Example
White with #8C83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C83DB; }
p { color: rgb(140,131,219); }
H1.HeaderClassName
{
color: #8C83DB;
}
.AnyTagClassName
{
color: #8C83DB;
}
</style>
background-color css
<style>
a { background-color: #8C83DB; }
a { background-color: rgb(140,131,219); }
div.DivClassName
{
background-color: #8C83DB;
}
.BgClassName
{
background-color: #8C83DB;
}
</style>
border-color css
<style>
span { border-color: #8C83DB; }
span { border-color: rgb(140,131,219); }
td.TdClassName
{
border-color: #8C83DB;
}
.TagClassName
{
border-color: #8C83DB;
}
</style>