Shades of Moody Blue #8A77CF
Tints of Moody Blue #8A77CF
RGB
CMYK
RGB Variations
Color information
#8A77CF (or 0x8A77CF) is known color: Moody Blue. HEX triplet: 8A, 77 and CF. RGB value is (138,119,207). Sum of RGB (Red+Green+Blue) = 138+119+207=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A77CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77CF is #758830. Grayscale: #868686. Windows color (decimal): -7702577 or 13596554. OLE color: 13596554.
HSL color Cylindrical-coordinate representation of color #8A77CF: hue angle of 252.95º 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 #8A77CF is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 119 | 207 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.19 |
| HSL | 252.95º | 0.48% | 0.64% | - |
| HSV(B) | 252.95º | 0.43% | 0.81% | - |
| XYZ | 28.34 | 23.1 | 62 | - |
| YUV | 134.71 | 168.79 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 207 | 0.33 | 0.43 | 0 | 0.19 | 252.95 | 0.48 | 0.64 |
| Hex | 8A | 77 | CF | 21 | 2B | 0 | 13 | FD | 30 | 40 |
| Octal | 212 | 167 | 317 | 41 | 53 | 0 | 23 | 375 | 60 | 100 |
| Binary | 10001010 | 1110111 | 11001111 | 100001 | 101011 | 0 | 10011 | 11111101 | 110000 | 1000000 |
Color Harmonies of #8A77CF
Complementary color
Monochromatic Colors of #8A77CF
Black with #8A77CF
Text Example
Text Example
White with #8A77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A77CF; }
p { color: rgb(138,119,207); }
H1.HeaderClassName
{
color: #8A77CF;
}
.AnyTagClassName
{
color: #8A77CF;
}
</style>
background-color css
<style>
a { background-color: #8A77CF; }
a { background-color: rgb(138,119,207); }
div.DivClassName
{
background-color: #8A77CF;
}
.BgClassName
{
background-color: #8A77CF;
}
</style>
border-color css
<style>
span { border-color: #8A77CF; }
span { border-color: rgb(138,119,207); }
td.TdClassName
{
border-color: #8A77CF;
}
.TagClassName
{
border-color: #8A77CF;
}
</style>