Shades of Moody Blue #8380AF
Tints of Moody Blue #8380AF
RGB
CMYK
RGB Variations
Color information
#8380AF (or 0x8380AF) is known color: Moody Blue. HEX triplet: 83, 80 and AF. RGB value is (131,128,175). Sum of RGB (Red+Green+Blue) = 131+128+175=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #8380AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8380AF is #7C7F50. Grayscale: #868686. Windows color (decimal): -8159057 or 11501699. OLE color: 11501699.
HSL color Cylindrical-coordinate representation of color #8380AF: hue angle of 243.83º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8380AF is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 128 | 175 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.31 |
| HSL | 243.83º | 0.23% | 0.59% | - |
| HSV(B) | 243.83º | 0.27% | 0.69% | - |
| XYZ | 24.82 | 23.36 | 43.76 | - |
| YUV | 134.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 175 | 0.25 | 0.27 | 0 | 0.31 | 243.83 | 0.23 | 0.59 |
| Hex | 83 | 80 | AF | 19 | 1B | 0 | 1F | F4 | 17 | 3B |
| Octal | 203 | 200 | 257 | 31 | 33 | 0 | 37 | 364 | 27 | 73 |
| Binary | 10000011 | 10000000 | 10101111 | 11001 | 11011 | 0 | 11111 | 11110100 | 10111 | 111011 |
Color Harmonies of #8380AF
Complementary color
Monochromatic Colors of #8380AF
Black with #8380AF
Text Example
Text Example
White with #8380AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8380AF; }
p { color: rgb(131,128,175); }
H1.HeaderClassName
{
color: #8380AF;
}
.AnyTagClassName
{
color: #8380AF;
}
</style>
background-color css
<style>
a { background-color: #8380AF; }
a { background-color: rgb(131,128,175); }
div.DivClassName
{
background-color: #8380AF;
}
.BgClassName
{
background-color: #8380AF;
}
</style>
border-color css
<style>
span { border-color: #8380AF; }
span { border-color: rgb(131,128,175); }
td.TdClassName
{
border-color: #8380AF;
}
.TagClassName
{
border-color: #8380AF;
}
</style>