Shades of Moody Blue #8271CA
Tints of Moody Blue #8271CA
RGB
CMYK
RGB Variations
Color information
#8271CA (or 0x8271CA) is known color: Moody Blue. HEX triplet: 82, 71 and CA. RGB value is (130,113,202). Sum of RGB (Red+Green+Blue) = 130+113+202=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #8271CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271CA is #7D8E35. Grayscale: #7F7F7F. Windows color (decimal): -8228406 or 13267330. OLE color: 13267330.
HSL color Cylindrical-coordinate representation of color #8271CA: hue angle of 251.46º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8271CA is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 113 | 202 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.21 |
| HSL | 251.46º | 0.46% | 0.62% | - |
| HSV(B) | 251.46º | 0.44% | 0.79% | - |
| XYZ | 25.77 | 20.82 | 58.54 | - |
| YUV | 128.23 | 169.63 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 202 | 0.36 | 0.44 | 0 | 0.21 | 251.46 | 0.46 | 0.62 |
| Hex | 82 | 71 | CA | 24 | 2C | 0 | 15 | FB | 2E | 3E |
| Octal | 202 | 161 | 312 | 44 | 54 | 0 | 25 | 373 | 56 | 76 |
| Binary | 10000010 | 1110001 | 11001010 | 100100 | 101100 | 0 | 10101 | 11111011 | 101110 | 111110 |
Color Harmonies of #8271CA
Complementary color
Monochromatic Colors of #8271CA
Black with #8271CA
Text Example
Text Example
White with #8271CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8271CA; }
p { color: rgb(130,113,202); }
H1.HeaderClassName
{
color: #8271CA;
}
.AnyTagClassName
{
color: #8271CA;
}
</style>
background-color css
<style>
a { background-color: #8271CA; }
a { background-color: rgb(130,113,202); }
div.DivClassName
{
background-color: #8271CA;
}
.BgClassName
{
background-color: #8271CA;
}
</style>
border-color css
<style>
span { border-color: #8271CA; }
span { border-color: rgb(130,113,202); }
td.TdClassName
{
border-color: #8271CA;
}
.TagClassName
{
border-color: #8271CA;
}
</style>