Shades of Moody Blue #8280CA
Tints of Moody Blue #8280CA
RGB
CMYK
RGB Variations
Color information
#8280CA (or 0x8280CA) is known color: Moody Blue. HEX triplet: 82, 80 and CA. RGB value is (130,128,202). Sum of RGB (Red+Green+Blue) = 130+128+202=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #8280CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280CA is #7D7F35. Grayscale: #888888. Windows color (decimal): -8224566 or 13271170. OLE color: 13271170.
HSL color Cylindrical-coordinate representation of color #8280CA: hue angle of 241.62º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8280CA is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 128 | 202 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.21 |
| HSL | 241.62º | 0.41% | 0.65% | - |
| HSV(B) | 241.62º | 0.37% | 0.79% | - |
| XYZ | 27.59 | 24.45 | 59.14 | - |
| YUV | 137.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 202 | 0.36 | 0.37 | 0 | 0.21 | 241.62 | 0.41 | 0.65 |
| Hex | 82 | 80 | CA | 24 | 25 | 0 | 15 | F2 | 29 | 41 |
| Octal | 202 | 200 | 312 | 44 | 45 | 0 | 25 | 362 | 51 | 101 |
| Binary | 10000010 | 10000000 | 11001010 | 100100 | 100101 | 0 | 10101 | 11110010 | 101001 | 1000001 |
Color Harmonies of #8280CA
Complementary color
Monochromatic Colors of #8280CA
Black with #8280CA
Text Example
Text Example
White with #8280CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8280CA; }
p { color: rgb(130,128,202); }
H1.HeaderClassName
{
color: #8280CA;
}
.AnyTagClassName
{
color: #8280CA;
}
</style>
background-color css
<style>
a { background-color: #8280CA; }
a { background-color: rgb(130,128,202); }
div.DivClassName
{
background-color: #8280CA;
}
.BgClassName
{
background-color: #8280CA;
}
</style>
border-color css
<style>
span { border-color: #8280CA; }
span { border-color: rgb(130,128,202); }
td.TdClassName
{
border-color: #8280CA;
}
.TagClassName
{
border-color: #8280CA;
}
</style>