Shades of Moody Blue #8180CC
Tints of Moody Blue #8180CC
RGB
CMYK
RGB Variations
Color information
#8180CC (or 0x8180CC) is known color: Moody Blue. HEX triplet: 81, 80 and CC. RGB value is (129,128,204). Sum of RGB (Red+Green+Blue) = 129+128+204=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #8180CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8180CC is #7E7F33. Grayscale: #888888. Windows color (decimal): -8290100 or 13402241. OLE color: 13402241.
HSL color Cylindrical-coordinate representation of color #8180CC: hue angle of 240.79º degrees, saturation: 0.43, 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 #8180CC is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 128 | 204 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.2 |
| HSL | 240.79º | 0.43% | 0.65% | - |
| HSV(B) | 240.79º | 0.37% | 0.8% | - |
| XYZ | 27.67 | 24.47 | 60.39 | - |
| YUV | 136.96 | 165.83 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 204 | 0.37 | 0.37 | 0 | 0.2 | 240.79 | 0.43 | 0.65 |
| Hex | 81 | 80 | CC | 25 | 25 | 0 | 14 | F1 | 2B | 41 |
| Octal | 201 | 200 | 314 | 45 | 45 | 0 | 24 | 361 | 53 | 101 |
| Binary | 10000001 | 10000000 | 11001100 | 100101 | 100101 | 0 | 10100 | 11110001 | 101011 | 1000001 |
Color Harmonies of #8180CC
Complementary color
Monochromatic Colors of #8180CC
Black with #8180CC
Text Example
Text Example
White with #8180CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8180CC; }
p { color: rgb(129,128,204); }
H1.HeaderClassName
{
color: #8180CC;
}
.AnyTagClassName
{
color: #8180CC;
}
</style>
background-color css
<style>
a { background-color: #8180CC; }
a { background-color: rgb(129,128,204); }
div.DivClassName
{
background-color: #8180CC;
}
.BgClassName
{
background-color: #8180CC;
}
</style>
border-color css
<style>
span { border-color: #8180CC; }
span { border-color: rgb(129,128,204); }
td.TdClassName
{
border-color: #8180CC;
}
.TagClassName
{
border-color: #8180CC;
}
</style>