Shades of Moody Blue #8270C2
Tints of Moody Blue #8270C2
RGB
CMYK
RGB Variations
Color information
#8270C2 (or 0x8270C2) is known color: Moody Blue. HEX triplet: 82, 70 and C2. RGB value is (130,112,194). Sum of RGB (Red+Green+Blue) = 130+112+194=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #8270C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8270C2 is #7D8F3D. Grayscale: #7E7E7E. Windows color (decimal): -8228670 or 12742786. OLE color: 12742786.
HSL color Cylindrical-coordinate representation of color #8270C2: hue angle of 253.17º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8270C2 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 112 | 194 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.24 |
| HSL | 253.17º | 0.4% | 0.6% | - |
| HSV(B) | 253.17º | 0.42% | 0.76% | - |
| XYZ | 24.74 | 20.23 | 53.64 | - |
| YUV | 126.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 194 | 0.33 | 0.42 | 0 | 0.24 | 253.17 | 0.4 | 0.6 |
| Hex | 82 | 70 | C2 | 21 | 2A | 0 | 18 | FD | 28 | 3C |
| Octal | 202 | 160 | 302 | 41 | 52 | 0 | 30 | 375 | 50 | 74 |
| Binary | 10000010 | 1110000 | 11000010 | 100001 | 101010 | 0 | 11000 | 11111101 | 101000 | 111100 |
Color Harmonies of #8270C2
Complementary color
Monochromatic Colors of #8270C2
Black with #8270C2
Text Example
Text Example
White with #8270C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8270C2; }
p { color: rgb(130,112,194); }
H1.HeaderClassName
{
color: #8270C2;
}
.AnyTagClassName
{
color: #8270C2;
}
</style>
background-color css
<style>
a { background-color: #8270C2; }
a { background-color: rgb(130,112,194); }
div.DivClassName
{
background-color: #8270C2;
}
.BgClassName
{
background-color: #8270C2;
}
</style>
border-color css
<style>
span { border-color: #8270C2; }
span { border-color: rgb(130,112,194); }
td.TdClassName
{
border-color: #8270C2;
}
.TagClassName
{
border-color: #8270C2;
}
</style>