Shades of Moody Blue #8A82CF
Tints of Moody Blue #8A82CF
RGB
CMYK
RGB Variations
Color information
#8A82CF (or 0x8A82CF) is known color: Moody Blue. HEX triplet: 8A, 82 and CF. RGB value is (138,130,207). Sum of RGB (Red+Green+Blue) = 138+130+207=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A82CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A82CF is #757D30. Grayscale: #8C8C8C. Windows color (decimal): -7699761 or 13599370. OLE color: 13599370.
HSL color Cylindrical-coordinate representation of color #8A82CF: hue angle of 246.23º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A82CF is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 130 | 207 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.19 |
| HSL | 246.23º | 0.45% | 0.66% | - |
| HSV(B) | 246.23º | 0.37% | 0.81% | - |
| XYZ | 29.73 | 25.87 | 62.46 | - |
| YUV | 141.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 207 | 0.33 | 0.37 | 0 | 0.19 | 246.23 | 0.45 | 0.66 |
| Hex | 8A | 82 | CF | 21 | 25 | 0 | 13 | F6 | 2D | 42 |
| Octal | 212 | 202 | 317 | 41 | 45 | 0 | 23 | 366 | 55 | 102 |
| Binary | 10001010 | 10000010 | 11001111 | 100001 | 100101 | 0 | 10011 | 11110110 | 101101 | 1000010 |
Color Harmonies of #8A82CF
Complementary color
Monochromatic Colors of #8A82CF
Black with #8A82CF
Text Example
Text Example
White with #8A82CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A82CF; }
p { color: rgb(138,130,207); }
H1.HeaderClassName
{
color: #8A82CF;
}
.AnyTagClassName
{
color: #8A82CF;
}
</style>
background-color css
<style>
a { background-color: #8A82CF; }
a { background-color: rgb(138,130,207); }
div.DivClassName
{
background-color: #8A82CF;
}
.BgClassName
{
background-color: #8A82CF;
}
</style>
border-color css
<style>
span { border-color: #8A82CF; }
span { border-color: rgb(138,130,207); }
td.TdClassName
{
border-color: #8A82CF;
}
.TagClassName
{
border-color: #8A82CF;
}
</style>