Shades of Moody Blue #8474CA
Tints of Moody Blue #8474CA
RGB
CMYK
RGB Variations
Color information
#8474CA (or 0x8474CA) is known color: Moody Blue. HEX triplet: 84, 74 and CA. RGB value is (132,116,202). Sum of RGB (Red+Green+Blue) = 132+116+202=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #8474CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474CA is #7B8B35. Grayscale: #828282. Windows color (decimal): -8096566 or 13268100. OLE color: 13268100.
HSL color Cylindrical-coordinate representation of color #8474CA: hue angle of 251.16º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8474CA is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 116 | 202 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.21 |
| HSL | 251.16º | 0.45% | 0.62% | - |
| HSV(B) | 251.16º | 0.43% | 0.79% | - |
| XYZ | 26.42 | 21.66 | 58.67 | - |
| YUV | 130.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 202 | 0.35 | 0.43 | 0 | 0.21 | 251.16 | 0.45 | 0.62 |
| Hex | 84 | 74 | CA | 23 | 2B | 0 | 15 | FB | 2D | 3E |
| Octal | 204 | 164 | 312 | 43 | 53 | 0 | 25 | 373 | 55 | 76 |
| Binary | 10000100 | 1110100 | 11001010 | 100011 | 101011 | 0 | 10101 | 11111011 | 101101 | 111110 |
Color Harmonies of #8474CA
Complementary color
Monochromatic Colors of #8474CA
Black with #8474CA
Text Example
Text Example
White with #8474CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474CA; }
p { color: rgb(132,116,202); }
H1.HeaderClassName
{
color: #8474CA;
}
.AnyTagClassName
{
color: #8474CA;
}
</style>
background-color css
<style>
a { background-color: #8474CA; }
a { background-color: rgb(132,116,202); }
div.DivClassName
{
background-color: #8474CA;
}
.BgClassName
{
background-color: #8474CA;
}
</style>
border-color css
<style>
span { border-color: #8474CA; }
span { border-color: rgb(132,116,202); }
td.TdClassName
{
border-color: #8474CA;
}
.TagClassName
{
border-color: #8474CA;
}
</style>