Shades of Moody Blue #8083D5
Tints of Moody Blue #8083D5
RGB
CMYK
RGB Variations
Color information
#8083D5 (or 0x8083D5) is known color: Moody Blue. HEX triplet: 80, 83 and D5. RGB value is (128,131,213). Sum of RGB (Red+Green+Blue) = 128+131+213=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #8083D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8083D5 is #7F7C2A. Grayscale: #8B8B8B. Windows color (decimal): -8354859 or 13992832. OLE color: 13992832.
HSL color Cylindrical-coordinate representation of color #8083D5: hue angle of 237.88º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8083D5 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 131 | 213 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.16 |
| HSL | 237.88º | 0.5% | 0.67% | - |
| HSV(B) | 237.88º | 0.4% | 0.84% | - |
| XYZ | 29.03 | 25.63 | 66.37 | - |
| YUV | 139.45 | 169.51 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 213 | 0.40 | 0.38 | 0 | 0.16 | 237.88 | 0.5 | 0.67 |
| Hex | 80 | 83 | D5 | 28 | 26 | 0 | 10 | EE | 32 | 43 |
| Octal | 200 | 203 | 325 | 50 | 46 | 0 | 20 | 356 | 62 | 103 |
| Binary | 10000000 | 10000011 | 11010101 | 101000 | 100110 | 0 | 10000 | 11101110 | 110010 | 1000011 |
Color Harmonies of #8083D5
Complementary color
Monochromatic Colors of #8083D5
Black with #8083D5
Text Example
Text Example
White with #8083D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8083D5; }
p { color: rgb(128,131,213); }
H1.HeaderClassName
{
color: #8083D5;
}
.AnyTagClassName
{
color: #8083D5;
}
</style>
background-color css
<style>
a { background-color: #8083D5; }
a { background-color: rgb(128,131,213); }
div.DivClassName
{
background-color: #8083D5;
}
.BgClassName
{
background-color: #8083D5;
}
</style>
border-color css
<style>
span { border-color: #8083D5; }
span { border-color: rgb(128,131,213); }
td.TdClassName
{
border-color: #8083D5;
}
.TagClassName
{
border-color: #8083D5;
}
</style>