Shades of Moody Blue #8082D7
Tints of Moody Blue #8082D7
RGB
CMYK
RGB Variations
Color information
#8082D7 (or 0x8082D7) is known color: Moody Blue. HEX triplet: 80, 82 and D7. RGB value is (128,130,215). Sum of RGB (Red+Green+Blue) = 128+130+215=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #8082D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082D7 is #7F7D28. Grayscale: #8A8A8A. Windows color (decimal): -8355113 or 14123648. OLE color: 14123648.
HSL color Cylindrical-coordinate representation of color #8082D7: hue angle of 238.62º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8082D7 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 130 | 215 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.16 |
| HSL | 238.62º | 0.52% | 0.67% | - |
| HSV(B) | 238.62º | 0.4% | 0.84% | - |
| XYZ | 29.15 | 25.46 | 67.67 | - |
| YUV | 139.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 215 | 0.40 | 0.40 | 0 | 0.16 | 238.62 | 0.52 | 0.67 |
| Hex | 80 | 82 | D7 | 28 | 28 | 0 | 10 | EF | 34 | 43 |
| Octal | 200 | 202 | 327 | 50 | 50 | 0 | 20 | 357 | 64 | 103 |
| Binary | 10000000 | 10000010 | 11010111 | 101000 | 101000 | 0 | 10000 | 11101111 | 110100 | 1000011 |
Color Harmonies of #8082D7
Complementary color
Monochromatic Colors of #8082D7
Black with #8082D7
Text Example
Text Example
White with #8082D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082D7; }
p { color: rgb(128,130,215); }
H1.HeaderClassName
{
color: #8082D7;
}
.AnyTagClassName
{
color: #8082D7;
}
</style>
background-color css
<style>
a { background-color: #8082D7; }
a { background-color: rgb(128,130,215); }
div.DivClassName
{
background-color: #8082D7;
}
.BgClassName
{
background-color: #8082D7;
}
</style>
border-color css
<style>
span { border-color: #8082D7; }
span { border-color: rgb(128,130,215); }
td.TdClassName
{
border-color: #8082D7;
}
.TagClassName
{
border-color: #8082D7;
}
</style>