Shades of Moody Blue #8C80CC
Tints of Moody Blue #8C80CC
RGB
CMYK
RGB Variations
Color information
#8C80CC (or 0x8C80CC) is known color: Moody Blue. HEX triplet: 8C, 80 and CC. RGB value is (140,128,204). Sum of RGB (Red+Green+Blue) = 140+128+204=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C80CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C80CC is #737F33. Grayscale: #8B8B8B. Windows color (decimal): -7569204 or 13402252. OLE color: 13402252.
HSL color Cylindrical-coordinate representation of color #8C80CC: hue angle of 249.47º 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 #8C80CC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 128 | 204 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.2 |
| HSL | 249.47º | 0.43% | 0.65% | - |
| HSV(B) | 249.47º | 0.37% | 0.8% | - |
| XYZ | 29.43 | 25.37 | 60.47 | - |
| YUV | 140.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 204 | 0.31 | 0.37 | 0 | 0.2 | 249.47 | 0.43 | 0.65 |
| Hex | 8C | 80 | CC | 1F | 25 | 0 | 14 | F9 | 2B | 41 |
| Octal | 214 | 200 | 314 | 37 | 45 | 0 | 24 | 371 | 53 | 101 |
| Binary | 10001100 | 10000000 | 11001100 | 11111 | 100101 | 0 | 10100 | 11111001 | 101011 | 1000001 |
Color Harmonies of #8C80CC
Complementary color
Monochromatic Colors of #8C80CC
Black with #8C80CC
Text Example
Text Example
White with #8C80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C80CC; }
p { color: rgb(140,128,204); }
H1.HeaderClassName
{
color: #8C80CC;
}
.AnyTagClassName
{
color: #8C80CC;
}
</style>
background-color css
<style>
a { background-color: #8C80CC; }
a { background-color: rgb(140,128,204); }
div.DivClassName
{
background-color: #8C80CC;
}
.BgClassName
{
background-color: #8C80CC;
}
</style>
border-color css
<style>
span { border-color: #8C80CC; }
span { border-color: rgb(140,128,204); }
td.TdClassName
{
border-color: #8C80CC;
}
.TagClassName
{
border-color: #8C80CC;
}
</style>