Shades of Moody Blue #8083CF
Tints of Moody Blue #8083CF
RGB
CMYK
RGB Variations
Color information
#8083CF (or 0x8083CF) is known color: Moody Blue. HEX triplet: 80, 83 and CF. RGB value is (128,131,207). Sum of RGB (Red+Green+Blue) = 128+131+207=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #8083CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8083CF is #7F7C30. Grayscale: #8A8A8A. Windows color (decimal): -8354865 or 13599616. OLE color: 13599616.
HSL color Cylindrical-coordinate representation of color #8083CF: hue angle of 237.72º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8083CF is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 131 | 207 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.19 |
| HSL | 237.72º | 0.45% | 0.66% | - |
| HSV(B) | 237.72º | 0.38% | 0.81% | - |
| XYZ | 28.28 | 25.33 | 62.43 | - |
| YUV | 138.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 207 | 0.38 | 0.37 | 0 | 0.19 | 237.72 | 0.45 | 0.66 |
| Hex | 80 | 83 | CF | 26 | 25 | 0 | 13 | EE | 2D | 42 |
| Octal | 200 | 203 | 317 | 46 | 45 | 0 | 23 | 356 | 55 | 102 |
| Binary | 10000000 | 10000011 | 11001111 | 100110 | 100101 | 0 | 10011 | 11101110 | 101101 | 1000010 |
Color Harmonies of #8083CF
Complementary color
Monochromatic Colors of #8083CF
Black with #8083CF
Text Example
Text Example
White with #8083CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8083CF; }
p { color: rgb(128,131,207); }
H1.HeaderClassName
{
color: #8083CF;
}
.AnyTagClassName
{
color: #8083CF;
}
</style>
background-color css
<style>
a { background-color: #8083CF; }
a { background-color: rgb(128,131,207); }
div.DivClassName
{
background-color: #8083CF;
}
.BgClassName
{
background-color: #8083CF;
}
</style>
border-color css
<style>
span { border-color: #8083CF; }
span { border-color: rgb(128,131,207); }
td.TdClassName
{
border-color: #8083CF;
}
.TagClassName
{
border-color: #8083CF;
}
</style>