Shades of Moody Blue #8270C1
Tints of Moody Blue #8270C1
RGB
CMYK
RGB Variations
Color information
#8270C1 (or 0x8270C1) is known color: Moody Blue. HEX triplet: 82, 70 and C1. RGB value is (130,112,193). Sum of RGB (Red+Green+Blue) = 130+112+193=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #8270C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8270C1 is #7D8F3E. Grayscale: #7E7E7E. Windows color (decimal): -8228671 or 12677250. OLE color: 12677250.
HSL color Cylindrical-coordinate representation of color #8270C1: hue angle of 253.33º 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 #8270C1 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 112 | 193 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.24 |
| HSL | 253.33º | 0.4% | 0.6% | - |
| HSV(B) | 253.33º | 0.42% | 0.76% | - |
| XYZ | 24.63 | 20.18 | 53.05 | - |
| YUV | 126.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 193 | 0.33 | 0.42 | 0 | 0.24 | 253.33 | 0.4 | 0.6 |
| Hex | 82 | 70 | C1 | 21 | 2A | 0 | 18 | FD | 28 | 3C |
| Octal | 202 | 160 | 301 | 41 | 52 | 0 | 30 | 375 | 50 | 74 |
| Binary | 10000010 | 1110000 | 11000001 | 100001 | 101010 | 0 | 11000 | 11111101 | 101000 | 111100 |
Color Harmonies of #8270C1
Complementary color
Monochromatic Colors of #8270C1
Black with #8270C1
Text Example
Text Example
White with #8270C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8270C1; }
p { color: rgb(130,112,193); }
H1.HeaderClassName
{
color: #8270C1;
}
.AnyTagClassName
{
color: #8270C1;
}
</style>
background-color css
<style>
a { background-color: #8270C1; }
a { background-color: rgb(130,112,193); }
div.DivClassName
{
background-color: #8270C1;
}
.BgClassName
{
background-color: #8270C1;
}
</style>
border-color css
<style>
span { border-color: #8270C1; }
span { border-color: rgb(130,112,193); }
td.TdClassName
{
border-color: #8270C1;
}
.TagClassName
{
border-color: #8270C1;
}
</style>