Shades of Moody Blue #8A82CA
Tints of Moody Blue #8A82CA
RGB
CMYK
RGB Variations
Color information
#8A82CA (or 0x8A82CA) is known color: Moody Blue. HEX triplet: 8A, 82 and CA. RGB value is (138,130,202). Sum of RGB (Red+Green+Blue) = 138+130+202=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A82CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A82CA is #757D35. Grayscale: #8C8C8C. Windows color (decimal): -7699766 or 13271690. OLE color: 13271690.
HSL color Cylindrical-coordinate representation of color #8A82CA: hue angle of 246.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A82CA is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 130 | 202 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.21 |
| HSL | 246.67º | 0.4% | 0.65% | - |
| HSV(B) | 246.67º | 0.36% | 0.79% | - |
| XYZ | 29.12 | 25.63 | 59.29 | - |
| YUV | 140.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 202 | 0.32 | 0.36 | 0 | 0.21 | 246.67 | 0.4 | 0.65 |
| Hex | 8A | 82 | CA | 20 | 24 | 0 | 15 | F7 | 28 | 41 |
| Octal | 212 | 202 | 312 | 40 | 44 | 0 | 25 | 367 | 50 | 101 |
| Binary | 10001010 | 10000010 | 11001010 | 100000 | 100100 | 0 | 10101 | 11110111 | 101000 | 1000001 |
Color Harmonies of #8A82CA
Complementary color
Monochromatic Colors of #8A82CA
Black with #8A82CA
Text Example
Text Example
White with #8A82CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A82CA; }
p { color: rgb(138,130,202); }
H1.HeaderClassName
{
color: #8A82CA;
}
.AnyTagClassName
{
color: #8A82CA;
}
</style>
background-color css
<style>
a { background-color: #8A82CA; }
a { background-color: rgb(138,130,202); }
div.DivClassName
{
background-color: #8A82CA;
}
.BgClassName
{
background-color: #8A82CA;
}
</style>
border-color css
<style>
span { border-color: #8A82CA; }
span { border-color: rgb(138,130,202); }
td.TdClassName
{
border-color: #8A82CA;
}
.TagClassName
{
border-color: #8A82CA;
}
</style>