Shades of Moody Blue #8270BB
Tints of Moody Blue #8270BB
RGB
CMYK
RGB Variations
Color information
#8270BB (or 0x8270BB) is known color: Moody Blue. HEX triplet: 82, 70 and BB. RGB value is (130,112,187). Sum of RGB (Red+Green+Blue) = 130+112+187=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #8270BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8270BB is #7D8F44. Grayscale: #7D7D7D. Windows color (decimal): -8228677 or 12284034. OLE color: 12284034.
HSL color Cylindrical-coordinate representation of color #8270BB: hue angle of 254.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8270BB is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 112 | 187 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.27 |
| HSL | 254.4º | 0.36% | 0.59% | - |
| HSV(B) | 254.4º | 0.4% | 0.73% | - |
| XYZ | 23.97 | 19.92 | 49.6 | - |
| YUV | 125.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 187 | 0.30 | 0.40 | 0 | 0.27 | 254.4 | 0.36 | 0.59 |
| Hex | 82 | 70 | BB | 1E | 28 | 0 | 1B | FE | 24 | 3B |
| Octal | 202 | 160 | 273 | 36 | 50 | 0 | 33 | 376 | 44 | 73 |
| Binary | 10000010 | 1110000 | 10111011 | 11110 | 101000 | 0 | 11011 | 11111110 | 100100 | 111011 |
Color Harmonies of #8270BB
Complementary color
Monochromatic Colors of #8270BB
Black with #8270BB
Text Example
Text Example
White with #8270BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8270BB; }
p { color: rgb(130,112,187); }
H1.HeaderClassName
{
color: #8270BB;
}
.AnyTagClassName
{
color: #8270BB;
}
</style>
background-color css
<style>
a { background-color: #8270BB; }
a { background-color: rgb(130,112,187); }
div.DivClassName
{
background-color: #8270BB;
}
.BgClassName
{
background-color: #8270BB;
}
</style>
border-color css
<style>
span { border-color: #8270BB; }
span { border-color: rgb(130,112,187); }
td.TdClassName
{
border-color: #8270BB;
}
.TagClassName
{
border-color: #8270BB;
}
</style>