Shades of Moody Blue #8982CC
Tints of Moody Blue #8982CC
RGB
CMYK
RGB Variations
Color information
#8982CC (or 0x8982CC) is known color: Moody Blue. HEX triplet: 89, 82 and CC. RGB value is (137,130,204). Sum of RGB (Red+Green+Blue) = 137+130+204=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #8982CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8982CC is #767D33. Grayscale: #8C8C8C. Windows color (decimal): -7765300 or 13402761. OLE color: 13402761.
HSL color Cylindrical-coordinate representation of color #8982CC: hue angle of 245.68º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8982CC is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 130 | 204 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.2 |
| HSL | 245.68º | 0.42% | 0.65% | - |
| HSV(B) | 245.68º | 0.36% | 0.8% | - |
| XYZ | 29.2 | 25.64 | 60.54 | - |
| YUV | 140.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 204 | 0.33 | 0.36 | 0 | 0.2 | 245.68 | 0.42 | 0.65 |
| Hex | 89 | 82 | CC | 21 | 24 | 0 | 14 | F6 | 2A | 41 |
| Octal | 211 | 202 | 314 | 41 | 44 | 0 | 24 | 366 | 52 | 101 |
| Binary | 10001001 | 10000010 | 11001100 | 100001 | 100100 | 0 | 10100 | 11110110 | 101010 | 1000001 |
Color Harmonies of #8982CC
Complementary color
Monochromatic Colors of #8982CC
Black with #8982CC
Text Example
Text Example
White with #8982CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8982CC; }
p { color: rgb(137,130,204); }
H1.HeaderClassName
{
color: #8982CC;
}
.AnyTagClassName
{
color: #8982CC;
}
</style>
background-color css
<style>
a { background-color: #8982CC; }
a { background-color: rgb(137,130,204); }
div.DivClassName
{
background-color: #8982CC;
}
.BgClassName
{
background-color: #8982CC;
}
</style>
border-color css
<style>
span { border-color: #8982CC; }
span { border-color: rgb(137,130,204); }
td.TdClassName
{
border-color: #8982CC;
}
.TagClassName
{
border-color: #8982CC;
}
</style>