Shades of Moody Blue #8779CC
Tints of Moody Blue #8779CC
RGB
CMYK
RGB Variations
Color information
#8779CC (or 0x8779CC) is known color: Moody Blue. HEX triplet: 87, 79 and CC. RGB value is (135,121,204). Sum of RGB (Red+Green+Blue) = 135+121+204=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #8779CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8779CC is #788633. Grayscale: #868686. Windows color (decimal): -7898676 or 13400455. OLE color: 13400455.
HSL color Cylindrical-coordinate representation of color #8779CC: hue angle of 250.12º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8779CC is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 121 | 204 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.2 |
| HSL | 250.12º | 0.45% | 0.64% | - |
| HSV(B) | 250.12º | 0.41% | 0.8% | - |
| XYZ | 27.73 | 23.19 | 60.14 | - |
| YUV | 134.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 204 | 0.34 | 0.41 | 0 | 0.2 | 250.12 | 0.45 | 0.64 |
| Hex | 87 | 79 | CC | 22 | 29 | 0 | 14 | FA | 2D | 40 |
| Octal | 207 | 171 | 314 | 42 | 51 | 0 | 24 | 372 | 55 | 100 |
| Binary | 10000111 | 1111001 | 11001100 | 100010 | 101001 | 0 | 10100 | 11111010 | 101101 | 1000000 |
Color Harmonies of #8779CC
Complementary color
Monochromatic Colors of #8779CC
Black with #8779CC
Text Example
Text Example
White with #8779CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8779CC; }
p { color: rgb(135,121,204); }
H1.HeaderClassName
{
color: #8779CC;
}
.AnyTagClassName
{
color: #8779CC;
}
</style>
background-color css
<style>
a { background-color: #8779CC; }
a { background-color: rgb(135,121,204); }
div.DivClassName
{
background-color: #8779CC;
}
.BgClassName
{
background-color: #8779CC;
}
</style>
border-color css
<style>
span { border-color: #8779CC; }
span { border-color: rgb(135,121,204); }
td.TdClassName
{
border-color: #8779CC;
}
.TagClassName
{
border-color: #8779CC;
}
</style>