Shades of Moody Blue #8A77CB
Tints of Moody Blue #8A77CB
RGB
CMYK
RGB Variations
Color information
#8A77CB (or 0x8A77CB) is known color: Moody Blue. HEX triplet: 8A, 77 and CB. RGB value is (138,119,203). Sum of RGB (Red+Green+Blue) = 138+119+203=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A77CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77CB is #758834. Grayscale: #858585. Windows color (decimal): -7702581 or 13334410. OLE color: 13334410.
HSL color Cylindrical-coordinate representation of color #8A77CB: hue angle of 253.57º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A77CB is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 119 | 203 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.20 |
| HSL | 253.57º | 0.45% | 0.63% | - |
| HSV(B) | 253.57º | 0.41% | 0.8% | - |
| XYZ | 27.86 | 22.91 | 59.45 | - |
| YUV | 134.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 203 | 0.32 | 0.41 | 0 | 0.20 | 253.57 | 0.45 | 0.63 |
| Hex | 8A | 77 | CB | 20 | 29 | 0 | 14 | FE | 2D | 3F |
| Octal | 212 | 167 | 313 | 40 | 51 | 0 | 24 | 376 | 55 | 77 |
| Binary | 10001010 | 1110111 | 11001011 | 100000 | 101001 | 0 | 10100 | 11111110 | 101101 | 111111 |
Color Harmonies of #8A77CB
Complementary color
Monochromatic Colors of #8A77CB
Black with #8A77CB
Text Example
Text Example
White with #8A77CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A77CB; }
p { color: rgb(138,119,203); }
H1.HeaderClassName
{
color: #8A77CB;
}
.AnyTagClassName
{
color: #8A77CB;
}
</style>
background-color css
<style>
a { background-color: #8A77CB; }
a { background-color: rgb(138,119,203); }
div.DivClassName
{
background-color: #8A77CB;
}
.BgClassName
{
background-color: #8A77CB;
}
</style>
border-color css
<style>
span { border-color: #8A77CB; }
span { border-color: rgb(138,119,203); }
td.TdClassName
{
border-color: #8A77CB;
}
.TagClassName
{
border-color: #8A77CB;
}
</style>