Shades of Moody Blue #8272BE
Tints of Moody Blue #8272BE
RGB
CMYK
RGB Variations
Color information
#8272BE (or 0x8272BE) is known color: Moody Blue. HEX triplet: 82, 72 and BE. RGB value is (130,114,190). Sum of RGB (Red+Green+Blue) = 130+114+190=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #8272BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8272BE is #7D8D41. Grayscale: #7F7F7F. Windows color (decimal): -8228162 or 12481154. OLE color: 12481154.
HSL color Cylindrical-coordinate representation of color #8272BE: hue angle of 252.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8272BE is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 114 | 190 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.25 |
| HSL | 252.63º | 0.37% | 0.6% | - |
| HSV(B) | 252.63º | 0.4% | 0.75% | - |
| XYZ | 24.52 | 20.5 | 51.38 | - |
| YUV | 127.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 190 | 0.32 | 0.40 | 0 | 0.25 | 252.63 | 0.37 | 0.6 |
| Hex | 82 | 72 | BE | 20 | 28 | 0 | 19 | FD | 25 | 3C |
| Octal | 202 | 162 | 276 | 40 | 50 | 0 | 31 | 375 | 45 | 74 |
| Binary | 10000010 | 1110010 | 10111110 | 100000 | 101000 | 0 | 11001 | 11111101 | 100101 | 111100 |
Color Harmonies of #8272BE
Complementary color
Monochromatic Colors of #8272BE
Black with #8272BE
Text Example
Text Example
White with #8272BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8272BE; }
p { color: rgb(130,114,190); }
H1.HeaderClassName
{
color: #8272BE;
}
.AnyTagClassName
{
color: #8272BE;
}
</style>
background-color css
<style>
a { background-color: #8272BE; }
a { background-color: rgb(130,114,190); }
div.DivClassName
{
background-color: #8272BE;
}
.BgClassName
{
background-color: #8272BE;
}
</style>
border-color css
<style>
span { border-color: #8272BE; }
span { border-color: rgb(130,114,190); }
td.TdClassName
{
border-color: #8272BE;
}
.TagClassName
{
border-color: #8272BE;
}
</style>