Shades of Moody Blue #8278C2
Tints of Moody Blue #8278C2
RGB
CMYK
RGB Variations
Color information
#8278C2 (or 0x8278C2) is known color: Moody Blue. HEX triplet: 82, 78 and C2. RGB value is (130,120,194). Sum of RGB (Red+Green+Blue) = 130+120+194=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 194 - color contains mainly: blue. Hex color #8278C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8278C2 is #7D873D. Grayscale: #838383. Windows color (decimal): -8226622 or 12744834. OLE color: 12744834.
HSL color Cylindrical-coordinate representation of color #8278C2: hue angle of 248.11º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8278C2 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 120 | 194 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.24 |
| HSL | 248.11º | 0.38% | 0.62% | - |
| HSV(B) | 248.11º | 0.38% | 0.76% | - |
| XYZ | 25.66 | 22.07 | 53.95 | - |
| YUV | 131.43 | 163.31 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 194 | 0.33 | 0.38 | 0 | 0.24 | 248.11 | 0.38 | 0.62 |
| Hex | 82 | 78 | C2 | 21 | 26 | 0 | 18 | F8 | 26 | 3E |
| Octal | 202 | 170 | 302 | 41 | 46 | 0 | 30 | 370 | 46 | 76 |
| Binary | 10000010 | 1111000 | 11000010 | 100001 | 100110 | 0 | 11000 | 11111000 | 100110 | 111110 |
Color Harmonies of #8278C2
Complementary color
Monochromatic Colors of #8278C2
Black with #8278C2
Text Example
Text Example
White with #8278C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8278C2; }
p { color: rgb(130,120,194); }
H1.HeaderClassName
{
color: #8278C2;
}
.AnyTagClassName
{
color: #8278C2;
}
</style>
background-color css
<style>
a { background-color: #8278C2; }
a { background-color: rgb(130,120,194); }
div.DivClassName
{
background-color: #8278C2;
}
.BgClassName
{
background-color: #8278C2;
}
</style>
border-color css
<style>
span { border-color: #8278C2; }
span { border-color: rgb(130,120,194); }
td.TdClassName
{
border-color: #8278C2;
}
.TagClassName
{
border-color: #8278C2;
}
</style>