Shades of Moody Blue #8A7ACF
Tints of Moody Blue #8A7ACF
RGB
CMYK
RGB Variations
Color information
#8A7ACF (or 0x8A7ACF) is known color: Moody Blue. HEX triplet: 8A, 7A and CF. RGB value is (138,122,207). Sum of RGB (Red+Green+Blue) = 138+122+207=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A7ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7ACF is #758530. Grayscale: #888888. Windows color (decimal): -7701809 or 13597322. OLE color: 13597322.
HSL color Cylindrical-coordinate representation of color #8A7ACF: hue angle of 251.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A7ACF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 122 | 207 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.19 |
| HSL | 251.29º | 0.47% | 0.65% | - |
| HSV(B) | 251.29º | 0.41% | 0.81% | - |
| XYZ | 28.7 | 23.83 | 62.12 | - |
| YUV | 136.47 | 167.8 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 207 | 0.33 | 0.41 | 0 | 0.19 | 251.29 | 0.47 | 0.65 |
| Hex | 8A | 7A | CF | 21 | 29 | 0 | 13 | FB | 2F | 41 |
| Octal | 212 | 172 | 317 | 41 | 51 | 0 | 23 | 373 | 57 | 101 |
| Binary | 10001010 | 1111010 | 11001111 | 100001 | 101001 | 0 | 10011 | 11111011 | 101111 | 1000001 |
Color Harmonies of #8A7ACF
Complementary color
Monochromatic Colors of #8A7ACF
Black with #8A7ACF
Text Example
Text Example
White with #8A7ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7ACF; }
p { color: rgb(138,122,207); }
H1.HeaderClassName
{
color: #8A7ACF;
}
.AnyTagClassName
{
color: #8A7ACF;
}
</style>
background-color css
<style>
a { background-color: #8A7ACF; }
a { background-color: rgb(138,122,207); }
div.DivClassName
{
background-color: #8A7ACF;
}
.BgClassName
{
background-color: #8A7ACF;
}
</style>
border-color css
<style>
span { border-color: #8A7ACF; }
span { border-color: rgb(138,122,207); }
td.TdClassName
{
border-color: #8A7ACF;
}
.TagClassName
{
border-color: #8A7ACF;
}
</style>