Shades of Moody Blue #8279C5
Tints of Moody Blue #8279C5
RGB
CMYK
RGB Variations
Color information
#8279C5 (or 0x8279C5) is known color: Moody Blue. HEX triplet: 82, 79 and C5. RGB value is (130,121,197). Sum of RGB (Red+Green+Blue) = 130+121+197=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: blue. Hex color #8279C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8279C5 is #7D863A. Grayscale: #848484. Windows color (decimal): -8226363 or 12941698. OLE color: 12941698.
HSL color Cylindrical-coordinate representation of color #8279C5: hue angle of 247.11º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8279C5 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 121 | 197 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.23 |
| HSL | 247.11º | 0.4% | 0.62% | - |
| HSV(B) | 247.11º | 0.39% | 0.77% | - |
| XYZ | 26.12 | 22.45 | 55.78 | - |
| YUV | 132.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 197 | 0.34 | 0.39 | 0 | 0.23 | 247.11 | 0.4 | 0.62 |
| Hex | 82 | 79 | C5 | 22 | 27 | 0 | 17 | F7 | 28 | 3E |
| Octal | 202 | 171 | 305 | 42 | 47 | 0 | 27 | 367 | 50 | 76 |
| Binary | 10000010 | 1111001 | 11000101 | 100010 | 100111 | 0 | 10111 | 11110111 | 101000 | 111110 |
Color Harmonies of #8279C5
Complementary color
Monochromatic Colors of #8279C5
Black with #8279C5
Text Example
Text Example
White with #8279C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8279C5; }
p { color: rgb(130,121,197); }
H1.HeaderClassName
{
color: #8279C5;
}
.AnyTagClassName
{
color: #8279C5;
}
</style>
background-color css
<style>
a { background-color: #8279C5; }
a { background-color: rgb(130,121,197); }
div.DivClassName
{
background-color: #8279C5;
}
.BgClassName
{
background-color: #8279C5;
}
</style>
border-color css
<style>
span { border-color: #8279C5; }
span { border-color: rgb(130,121,197); }
td.TdClassName
{
border-color: #8279C5;
}
.TagClassName
{
border-color: #8279C5;
}
</style>