Shades of Moody Blue #8280AF
Tints of Moody Blue #8280AF
RGB
CMYK
RGB Variations
Color information
#8280AF (or 0x8280AF) is known color: Moody Blue. HEX triplet: 82, 80 and AF. RGB value is (130,128,175). Sum of RGB (Red+Green+Blue) = 130+128+175=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #8280AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8280AF is #7D7F50. Grayscale: #858585. Windows color (decimal): -8224593 or 11501698. OLE color: 11501698.
HSL color Cylindrical-coordinate representation of color #8280AF: hue angle of 242.55º 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 #8280AF is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 128 | 175 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.31 |
| HSL | 242.55º | 0.23% | 0.59% | - |
| HSV(B) | 242.55º | 0.27% | 0.69% | - |
| XYZ | 24.66 | 23.28 | 43.75 | - |
| YUV | 133.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 175 | 0.26 | 0.27 | 0 | 0.31 | 242.55 | 0.23 | 0.59 |
| Hex | 82 | 80 | AF | 1A | 1B | 0 | 1F | F3 | 17 | 3B |
| Octal | 202 | 200 | 257 | 32 | 33 | 0 | 37 | 363 | 27 | 73 |
| Binary | 10000010 | 10000000 | 10101111 | 11010 | 11011 | 0 | 11111 | 11110011 | 10111 | 111011 |
Color Harmonies of #8280AF
Complementary color
Monochromatic Colors of #8280AF
Black with #8280AF
Text Example
Text Example
White with #8280AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8280AF; }
p { color: rgb(130,128,175); }
H1.HeaderClassName
{
color: #8280AF;
}
.AnyTagClassName
{
color: #8280AF;
}
</style>
background-color css
<style>
a { background-color: #8280AF; }
a { background-color: rgb(130,128,175); }
div.DivClassName
{
background-color: #8280AF;
}
.BgClassName
{
background-color: #8280AF;
}
</style>
border-color css
<style>
span { border-color: #8280AF; }
span { border-color: rgb(130,128,175); }
td.TdClassName
{
border-color: #8280AF;
}
.TagClassName
{
border-color: #8280AF;
}
</style>