Shades of Moody Blue #8083CE
Tints of Moody Blue #8083CE
RGB
CMYK
RGB Variations
Color information
#8083CE (or 0x8083CE) is known color: Moody Blue. HEX triplet: 80, 83 and CE. RGB value is (128,131,206). Sum of RGB (Red+Green+Blue) = 128+131+206=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #8083CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8083CE is #7F7C31. Grayscale: #8A8A8A. Windows color (decimal): -8354866 or 13534080. OLE color: 13534080.
HSL color Cylindrical-coordinate representation of color #8083CE: hue angle of 237.69º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8083CE is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 131 | 206 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.19 |
| HSL | 237.69º | 0.44% | 0.65% | - |
| HSV(B) | 237.69º | 0.38% | 0.81% | - |
| XYZ | 28.16 | 25.28 | 61.79 | - |
| YUV | 138.65 | 166.01 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 206 | 0.38 | 0.36 | 0 | 0.19 | 237.69 | 0.44 | 0.65 |
| Hex | 80 | 83 | CE | 26 | 24 | 0 | 13 | EE | 2C | 41 |
| Octal | 200 | 203 | 316 | 46 | 44 | 0 | 23 | 356 | 54 | 101 |
| Binary | 10000000 | 10000011 | 11001110 | 100110 | 100100 | 0 | 10011 | 11101110 | 101100 | 1000001 |
Color Harmonies of #8083CE
Complementary color
Monochromatic Colors of #8083CE
Black with #8083CE
Text Example
Text Example
White with #8083CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8083CE; }
p { color: rgb(128,131,206); }
H1.HeaderClassName
{
color: #8083CE;
}
.AnyTagClassName
{
color: #8083CE;
}
</style>
background-color css
<style>
a { background-color: #8083CE; }
a { background-color: rgb(128,131,206); }
div.DivClassName
{
background-color: #8083CE;
}
.BgClassName
{
background-color: #8083CE;
}
</style>
border-color css
<style>
span { border-color: #8083CE; }
span { border-color: rgb(128,131,206); }
td.TdClassName
{
border-color: #8083CE;
}
.TagClassName
{
border-color: #8083CE;
}
</style>