Shades of Moody Blue #8280CE
Tints of Moody Blue #8280CE
RGB
CMYK
RGB Variations
Color information
#8280CE (or 0x8280CE) is known color: Moody Blue. HEX triplet: 82, 80 and CE. RGB value is (130,128,206). Sum of RGB (Red+Green+Blue) = 130+128+206=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #8280CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280CE is #7D7F31. Grayscale: #898989. Windows color (decimal): -8224562 or 13533314. OLE color: 13533314.
HSL color Cylindrical-coordinate representation of color #8280CE: hue angle of 241.54º 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 #8280CE is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 128 | 206 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.19 |
| HSL | 241.54º | 0.44% | 0.65% | - |
| HSV(B) | 241.54º | 0.38% | 0.81% | - |
| XYZ | 28.07 | 24.64 | 61.67 | - |
| YUV | 137.49 | 166.66 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 206 | 0.37 | 0.38 | 0 | 0.19 | 241.54 | 0.44 | 0.65 |
| Hex | 82 | 80 | CE | 25 | 26 | 0 | 13 | F2 | 2C | 41 |
| Octal | 202 | 200 | 316 | 45 | 46 | 0 | 23 | 362 | 54 | 101 |
| Binary | 10000010 | 10000000 | 11001110 | 100101 | 100110 | 0 | 10011 | 11110010 | 101100 | 1000001 |
Color Harmonies of #8280CE
Complementary color
Monochromatic Colors of #8280CE
Black with #8280CE
Text Example
Text Example
White with #8280CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8280CE; }
p { color: rgb(130,128,206); }
H1.HeaderClassName
{
color: #8280CE;
}
.AnyTagClassName
{
color: #8280CE;
}
</style>
background-color css
<style>
a { background-color: #8280CE; }
a { background-color: rgb(130,128,206); }
div.DivClassName
{
background-color: #8280CE;
}
.BgClassName
{
background-color: #8280CE;
}
</style>
border-color css
<style>
span { border-color: #8280CE; }
span { border-color: rgb(130,128,206); }
td.TdClassName
{
border-color: #8280CE;
}
.TagClassName
{
border-color: #8280CE;
}
</style>