Shades of Moody Blue #8280CB
Tints of Moody Blue #8280CB
RGB
CMYK
RGB Variations
Color information
#8280CB (or 0x8280CB) is known color: Moody Blue. HEX triplet: 82, 80 and CB. RGB value is (130,128,203). Sum of RGB (Red+Green+Blue) = 130+128+203=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #8280CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280CB is #7D7F34. Grayscale: #888888. Windows color (decimal): -8224565 or 13336706. OLE color: 13336706.
HSL color Cylindrical-coordinate representation of color #8280CB: hue angle of 241.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8280CB is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 128 | 203 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.20 |
| HSL | 241.6º | 0.42% | 0.65% | - |
| HSV(B) | 241.6º | 0.37% | 0.8% | - |
| XYZ | 27.7 | 24.5 | 59.77 | - |
| YUV | 137.15 | 165.16 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 203 | 0.36 | 0.37 | 0 | 0.20 | 241.6 | 0.42 | 0.65 |
| Hex | 82 | 80 | CB | 24 | 25 | 0 | 14 | F2 | 2A | 41 |
| Octal | 202 | 200 | 313 | 44 | 45 | 0 | 24 | 362 | 52 | 101 |
| Binary | 10000010 | 10000000 | 11001011 | 100100 | 100101 | 0 | 10100 | 11110010 | 101010 | 1000001 |
Color Harmonies of #8280CB
Complementary color
Monochromatic Colors of #8280CB
Black with #8280CB
Text Example
Text Example
White with #8280CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8280CB; }
p { color: rgb(130,128,203); }
H1.HeaderClassName
{
color: #8280CB;
}
.AnyTagClassName
{
color: #8280CB;
}
</style>
background-color css
<style>
a { background-color: #8280CB; }
a { background-color: rgb(130,128,203); }
div.DivClassName
{
background-color: #8280CB;
}
.BgClassName
{
background-color: #8280CB;
}
</style>
border-color css
<style>
span { border-color: #8280CB; }
span { border-color: rgb(130,128,203); }
td.TdClassName
{
border-color: #8280CB;
}
.TagClassName
{
border-color: #8280CB;
}
</style>