Shades of Moody Blue #8983CA
Tints of Moody Blue #8983CA
RGB
CMYK
RGB Variations
Color information
#8983CA (or 0x8983CA) is known color: Moody Blue. HEX triplet: 89, 83 and CA. RGB value is (137,131,202). Sum of RGB (Red+Green+Blue) = 137+131+202=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #8983CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983CA is #767C35. Grayscale: #8C8C8C. Windows color (decimal): -7765046 or 13271945. OLE color: 13271945.
HSL color Cylindrical-coordinate representation of color #8983CA: hue angle of 245.07º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8983CA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 131 | 202 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.21 |
| HSL | 245.07º | 0.4% | 0.65% | - |
| HSV(B) | 245.07º | 0.35% | 0.79% | - |
| XYZ | 29.09 | 25.82 | 59.33 | - |
| YUV | 140.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 202 | 0.32 | 0.35 | 0 | 0.21 | 245.07 | 0.4 | 0.65 |
| Hex | 89 | 83 | CA | 20 | 23 | 0 | 15 | F5 | 28 | 41 |
| Octal | 211 | 203 | 312 | 40 | 43 | 0 | 25 | 365 | 50 | 101 |
| Binary | 10001001 | 10000011 | 11001010 | 100000 | 100011 | 0 | 10101 | 11110101 | 101000 | 1000001 |
Color Harmonies of #8983CA
Complementary color
Monochromatic Colors of #8983CA
Black with #8983CA
Text Example
Text Example
White with #8983CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8983CA; }
p { color: rgb(137,131,202); }
H1.HeaderClassName
{
color: #8983CA;
}
.AnyTagClassName
{
color: #8983CA;
}
</style>
background-color css
<style>
a { background-color: #8983CA; }
a { background-color: rgb(137,131,202); }
div.DivClassName
{
background-color: #8983CA;
}
.BgClassName
{
background-color: #8983CA;
}
</style>
border-color css
<style>
span { border-color: #8983CA; }
span { border-color: rgb(137,131,202); }
td.TdClassName
{
border-color: #8983CA;
}
.TagClassName
{
border-color: #8983CA;
}
</style>