Shades of Moody Blue #8983C3
Tints of Moody Blue #8983C3
RGB
CMYK
RGB Variations
Color information
#8983C3 (or 0x8983C3) is known color: Moody Blue. HEX triplet: 89, 83 and C3. RGB value is (137,131,195). Sum of RGB (Red+Green+Blue) = 137+131+195=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 195 - color contains mainly: blue. Hex color #8983C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983C3 is #767C3C. Grayscale: #8B8B8B. Windows color (decimal): -7765053 or 12813193. OLE color: 12813193.
HSL color Cylindrical-coordinate representation of color #8983C3: hue angle of 245.62º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8983C3 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 131 | 195 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.24 |
| HSL | 245.63º | 0.35% | 0.64% | - |
| HSV(B) | 245.63º | 0.33% | 0.76% | - |
| XYZ | 28.28 | 25.49 | 55.06 | - |
| YUV | 140.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 195 | 0.30 | 0.33 | 0 | 0.24 | 245.63 | 0.35 | 0.64 |
| Hex | 89 | 83 | C3 | 1E | 21 | 0 | 18 | F6 | 23 | 40 |
| Octal | 211 | 203 | 303 | 36 | 41 | 0 | 30 | 366 | 43 | 100 |
| Binary | 10001001 | 10000011 | 11000011 | 11110 | 100001 | 0 | 11000 | 11110110 | 100011 | 1000000 |
Color Harmonies of #8983C3
Complementary color
Monochromatic Colors of #8983C3
Black with #8983C3
Text Example
Text Example
White with #8983C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8983C3; }
p { color: rgb(137,131,195); }
H1.HeaderClassName
{
color: #8983C3;
}
.AnyTagClassName
{
color: #8983C3;
}
</style>
background-color css
<style>
a { background-color: #8983C3; }
a { background-color: rgb(137,131,195); }
div.DivClassName
{
background-color: #8983C3;
}
.BgClassName
{
background-color: #8983C3;
}
</style>
border-color css
<style>
span { border-color: #8983C3; }
span { border-color: rgb(137,131,195); }
td.TdClassName
{
border-color: #8983C3;
}
.TagClassName
{
border-color: #8983C3;
}
</style>