Shades of Moody Blue #8278BF
Tints of Moody Blue #8278BF
RGB
CMYK
RGB Variations
Color information
#8278BF (or 0x8278BF) is known color: Moody Blue. HEX triplet: 82, 78 and BF. RGB value is (130,120,191). Sum of RGB (Red+Green+Blue) = 130+120+191=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #8278BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8278BF is #7D8740. Grayscale: #828282. Windows color (decimal): -8226625 or 12548226. OLE color: 12548226.
HSL color Cylindrical-coordinate representation of color #8278BF: hue angle of 248.45º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8278BF is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 120 | 191 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.25 |
| HSL | 248.45º | 0.36% | 0.61% | - |
| HSV(B) | 248.45º | 0.37% | 0.75% | - |
| XYZ | 25.33 | 21.94 | 52.19 | - |
| YUV | 131.08 | 161.81 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 191 | 0.32 | 0.37 | 0 | 0.25 | 248.45 | 0.36 | 0.61 |
| Hex | 82 | 78 | BF | 20 | 25 | 0 | 19 | F8 | 24 | 3D |
| Octal | 202 | 170 | 277 | 40 | 45 | 0 | 31 | 370 | 44 | 75 |
| Binary | 10000010 | 1111000 | 10111111 | 100000 | 100101 | 0 | 11001 | 11111000 | 100100 | 111101 |
Color Harmonies of #8278BF
Complementary color
Monochromatic Colors of #8278BF
Black with #8278BF
Text Example
Text Example
White with #8278BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8278BF; }
p { color: rgb(130,120,191); }
H1.HeaderClassName
{
color: #8278BF;
}
.AnyTagClassName
{
color: #8278BF;
}
</style>
background-color css
<style>
a { background-color: #8278BF; }
a { background-color: rgb(130,120,191); }
div.DivClassName
{
background-color: #8278BF;
}
.BgClassName
{
background-color: #8278BF;
}
</style>
border-color css
<style>
span { border-color: #8278BF; }
span { border-color: rgb(130,120,191); }
td.TdClassName
{
border-color: #8278BF;
}
.TagClassName
{
border-color: #8278BF;
}
</style>