Shades of Moody Blue #8080CF
Tints of Moody Blue #8080CF
RGB
CMYK
RGB Variations
Color information
#8080CF (or 0x8080CF) is known color: Moody Blue. HEX triplet: 80, 80 and CF. RGB value is (128,128,207). Sum of RGB (Red+Green+Blue) = 128+128+207=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #8080CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8080CF is #7F7F30. Grayscale: #888888. Windows color (decimal): -8355633 or 13598848. OLE color: 13598848.
HSL color Cylindrical-coordinate representation of color #8080CF: hue angle of 240º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8080CF is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 128 | 207 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.19 |
| HSL | 240º | 0.45% | 0.66% | - |
| HSV(B) | 240º | 0.38% | 0.81% | - |
| XYZ | 27.88 | 24.53 | 62.3 | - |
| YUV | 137.01 | 167.5 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 207 | 0.38 | 0.38 | 0 | 0.19 | 240 | 0.45 | 0.66 |
| Hex | 80 | 80 | CF | 26 | 26 | 0 | 13 | F0 | 2D | 42 |
| Octal | 200 | 200 | 317 | 46 | 46 | 0 | 23 | 360 | 55 | 102 |
| Binary | 10000000 | 10000000 | 11001111 | 100110 | 100110 | 0 | 10011 | 11110000 | 101101 | 1000010 |
Color Harmonies of #8080CF
Complementary color
Monochromatic Colors of #8080CF
Black with #8080CF
Text Example
Text Example
White with #8080CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8080CF; }
p { color: rgb(128,128,207); }
H1.HeaderClassName
{
color: #8080CF;
}
.AnyTagClassName
{
color: #8080CF;
}
</style>
background-color css
<style>
a { background-color: #8080CF; }
a { background-color: rgb(128,128,207); }
div.DivClassName
{
background-color: #8080CF;
}
.BgClassName
{
background-color: #8080CF;
}
</style>
border-color css
<style>
span { border-color: #8080CF; }
span { border-color: rgb(128,128,207); }
td.TdClassName
{
border-color: #8080CF;
}
.TagClassName
{
border-color: #8080CF;
}
</style>