Shades of Moody Blue #8279CA
Tints of Moody Blue #8279CA
RGB
CMYK
RGB Variations
Color information
#8279CA (or 0x8279CA) is known color: Moody Blue. HEX triplet: 82, 79 and CA. RGB value is (130,121,202). Sum of RGB (Red+Green+Blue) = 130+121+202=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #8279CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8279CA is #7D8635. Grayscale: #848484. Windows color (decimal): -8226358 or 13269378. OLE color: 13269378.
HSL color Cylindrical-coordinate representation of color #8279CA: hue angle of 246.67º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8279CA is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 121 | 202 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.21 |
| HSL | 246.67º | 0.43% | 0.63% | - |
| HSV(B) | 246.67º | 0.4% | 0.79% | - |
| XYZ | 26.7 | 22.68 | 58.85 | - |
| YUV | 132.93 | 166.98 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 202 | 0.36 | 0.40 | 0 | 0.21 | 246.67 | 0.43 | 0.63 |
| Hex | 82 | 79 | CA | 24 | 28 | 0 | 15 | F7 | 2B | 3F |
| Octal | 202 | 171 | 312 | 44 | 50 | 0 | 25 | 367 | 53 | 77 |
| Binary | 10000010 | 1111001 | 11001010 | 100100 | 101000 | 0 | 10101 | 11110111 | 101011 | 111111 |
Color Harmonies of #8279CA
Complementary color
Monochromatic Colors of #8279CA
Black with #8279CA
Text Example
Text Example
White with #8279CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8279CA; }
p { color: rgb(130,121,202); }
H1.HeaderClassName
{
color: #8279CA;
}
.AnyTagClassName
{
color: #8279CA;
}
</style>
background-color css
<style>
a { background-color: #8279CA; }
a { background-color: rgb(130,121,202); }
div.DivClassName
{
background-color: #8279CA;
}
.BgClassName
{
background-color: #8279CA;
}
</style>
border-color css
<style>
span { border-color: #8279CA; }
span { border-color: rgb(130,121,202); }
td.TdClassName
{
border-color: #8279CA;
}
.TagClassName
{
border-color: #8279CA;
}
</style>