Shades of Moody Blue #8278BD
Tints of Moody Blue #8278BD
RGB
CMYK
RGB Variations
Color information
#8278BD (or 0x8278BD) is known color: Moody Blue. HEX triplet: 82, 78 and BD. RGB value is (130,120,189). Sum of RGB (Red+Green+Blue) = 130+120+189=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #8278BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8278BD is #7D8742. Grayscale: #828282. Windows color (decimal): -8226627 or 12417154. OLE color: 12417154.
HSL color Cylindrical-coordinate representation of color #8278BD: hue angle of 248.7º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8278BD is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 120 | 189 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.26 |
| HSL | 248.7º | 0.34% | 0.61% | - |
| HSV(B) | 248.7º | 0.37% | 0.74% | - |
| XYZ | 25.11 | 21.85 | 51.04 | - |
| YUV | 130.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 189 | 0.31 | 0.37 | 0 | 0.26 | 248.7 | 0.34 | 0.61 |
| Hex | 82 | 78 | BD | 1F | 25 | 0 | 1A | F9 | 22 | 3D |
| Octal | 202 | 170 | 275 | 37 | 45 | 0 | 32 | 371 | 42 | 75 |
| Binary | 10000010 | 1111000 | 10111101 | 11111 | 100101 | 0 | 11010 | 11111001 | 100010 | 111101 |
Color Harmonies of #8278BD
Complementary color
Monochromatic Colors of #8278BD
Black with #8278BD
Text Example
Text Example
White with #8278BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8278BD; }
p { color: rgb(130,120,189); }
H1.HeaderClassName
{
color: #8278BD;
}
.AnyTagClassName
{
color: #8278BD;
}
</style>
background-color css
<style>
a { background-color: #8278BD; }
a { background-color: rgb(130,120,189); }
div.DivClassName
{
background-color: #8278BD;
}
.BgClassName
{
background-color: #8278BD;
}
</style>
border-color css
<style>
span { border-color: #8278BD; }
span { border-color: rgb(130,120,189); }
td.TdClassName
{
border-color: #8278BD;
}
.TagClassName
{
border-color: #8278BD;
}
</style>