Shades of Moody Blue #8A76CF
Tints of Moody Blue #8A76CF
RGB
CMYK
RGB Variations
Color information
#8A76CF (or 0x8A76CF) is known color: Moody Blue. HEX triplet: 8A, 76 and CF. RGB value is (138,118,207). Sum of RGB (Red+Green+Blue) = 138+118+207=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A76CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A76CF is #758930. Grayscale: #858585. Windows color (decimal): -7702833 or 13596298. OLE color: 13596298.
HSL color Cylindrical-coordinate representation of color #8A76CF: hue angle of 253.48º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A76CF is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 118 | 207 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.19 |
| HSL | 253.48º | 0.48% | 0.64% | - |
| HSV(B) | 253.48º | 0.43% | 0.81% | - |
| XYZ | 28.22 | 22.87 | 61.96 | - |
| YUV | 134.13 | 169.13 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 207 | 0.33 | 0.43 | 0 | 0.19 | 253.48 | 0.48 | 0.64 |
| Hex | 8A | 76 | CF | 21 | 2B | 0 | 13 | FD | 30 | 40 |
| Octal | 212 | 166 | 317 | 41 | 53 | 0 | 23 | 375 | 60 | 100 |
| Binary | 10001010 | 1110110 | 11001111 | 100001 | 101011 | 0 | 10011 | 11111101 | 110000 | 1000000 |
Color Harmonies of #8A76CF
Complementary color
Monochromatic Colors of #8A76CF
Black with #8A76CF
Text Example
Text Example
White with #8A76CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A76CF; }
p { color: rgb(138,118,207); }
H1.HeaderClassName
{
color: #8A76CF;
}
.AnyTagClassName
{
color: #8A76CF;
}
</style>
background-color css
<style>
a { background-color: #8A76CF; }
a { background-color: rgb(138,118,207); }
div.DivClassName
{
background-color: #8A76CF;
}
.BgClassName
{
background-color: #8A76CF;
}
</style>
border-color css
<style>
span { border-color: #8A76CF; }
span { border-color: rgb(138,118,207); }
td.TdClassName
{
border-color: #8A76CF;
}
.TagClassName
{
border-color: #8A76CF;
}
</style>