Shades of Moody Blue #8082DA
Tints of Moody Blue #8082DA
RGB
CMYK
RGB Variations
Color information
#8082DA (or 0x8082DA) is known color: Moody Blue. HEX triplet: 80, 82 and DA. RGB value is (128,130,218). Sum of RGB (Red+Green+Blue) = 128+130+218=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #8082DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082DA is #7F7D25. Grayscale: #8B8B8B. Windows color (decimal): -8355110 or 14320256. OLE color: 14320256.
HSL color Cylindrical-coordinate representation of color #8082DA: hue angle of 238.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8082DA is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 130 | 218 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.15 |
| HSL | 238.67º | 0.55% | 0.68% | - |
| HSV(B) | 238.67º | 0.41% | 0.85% | - |
| XYZ | 29.54 | 25.62 | 69.72 | - |
| YUV | 139.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 218 | 0.41 | 0.40 | 0 | 0.15 | 238.67 | 0.55 | 0.68 |
| Hex | 80 | 82 | DA | 29 | 28 | 0 | F | EF | 37 | 44 |
| Octal | 200 | 202 | 332 | 51 | 50 | 0 | 17 | 357 | 67 | 104 |
| Binary | 10000000 | 10000010 | 11011010 | 101001 | 101000 | 0 | 1111 | 11101111 | 110111 | 1000100 |
Color Harmonies of #8082DA
Complementary color
Monochromatic Colors of #8082DA
Black with #8082DA
Text Example
Text Example
White with #8082DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082DA; }
p { color: rgb(128,130,218); }
H1.HeaderClassName
{
color: #8082DA;
}
.AnyTagClassName
{
color: #8082DA;
}
</style>
background-color css
<style>
a { background-color: #8082DA; }
a { background-color: rgb(128,130,218); }
div.DivClassName
{
background-color: #8082DA;
}
.BgClassName
{
background-color: #8082DA;
}
</style>
border-color css
<style>
span { border-color: #8082DA; }
span { border-color: rgb(128,130,218); }
td.TdClassName
{
border-color: #8082DA;
}
.TagClassName
{
border-color: #8082DA;
}
</style>