Shades of Moody Blue #8479CA
Tints of Moody Blue #8479CA
RGB
CMYK
RGB Variations
Color information
#8479CA (or 0x8479CA) is known color: Moody Blue. HEX triplet: 84, 79 and CA. RGB value is (132,121,202). Sum of RGB (Red+Green+Blue) = 132+121+202=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #8479CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479CA is #7B8635. Grayscale: #858585. Windows color (decimal): -8095286 or 13269380. OLE color: 13269380.
HSL color Cylindrical-coordinate representation of color #8479CA: hue angle of 248.15º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8479CA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 121 | 202 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.21 |
| HSL | 248.15º | 0.43% | 0.63% | - |
| HSV(B) | 248.15º | 0.4% | 0.79% | - |
| XYZ | 27.01 | 22.84 | 58.86 | - |
| YUV | 133.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 202 | 0.35 | 0.40 | 0 | 0.21 | 248.15 | 0.43 | 0.63 |
| Hex | 84 | 79 | CA | 23 | 28 | 0 | 15 | F8 | 2B | 3F |
| Octal | 204 | 171 | 312 | 43 | 50 | 0 | 25 | 370 | 53 | 77 |
| Binary | 10000100 | 1111001 | 11001010 | 100011 | 101000 | 0 | 10101 | 11111000 | 101011 | 111111 |
Color Harmonies of #8479CA
Complementary color
Monochromatic Colors of #8479CA
Black with #8479CA
Text Example
Text Example
White with #8479CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8479CA; }
p { color: rgb(132,121,202); }
H1.HeaderClassName
{
color: #8479CA;
}
.AnyTagClassName
{
color: #8479CA;
}
</style>
background-color css
<style>
a { background-color: #8479CA; }
a { background-color: rgb(132,121,202); }
div.DivClassName
{
background-color: #8479CA;
}
.BgClassName
{
background-color: #8479CA;
}
</style>
border-color css
<style>
span { border-color: #8479CA; }
span { border-color: rgb(132,121,202); }
td.TdClassName
{
border-color: #8479CA;
}
.TagClassName
{
border-color: #8479CA;
}
</style>