Shades of Moody Blue #8272D0
Tints of Moody Blue #8272D0
RGB
CMYK
RGB Variations
Color information
#8272D0 (or 0x8272D0) is known color: Moody Blue. HEX triplet: 82, 72 and D0. RGB value is (130,114,208). Sum of RGB (Red+Green+Blue) = 130+114+208=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #8272D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8272D0 is #7D8D2F. Grayscale: #818181. Windows color (decimal): -8228144 or 13660802. OLE color: 13660802.
HSL color Cylindrical-coordinate representation of color #8272D0: hue angle of 250.21º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8272D0 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 114 | 208 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.18 |
| HSL | 250.21º | 0.5% | 0.63% | - |
| HSV(B) | 250.21º | 0.45% | 0.82% | - |
| XYZ | 26.61 | 21.33 | 62.39 | - |
| YUV | 129.5 | 172.3 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 208 | 0.38 | 0.45 | 0 | 0.18 | 250.21 | 0.5 | 0.63 |
| Hex | 82 | 72 | D0 | 26 | 2D | 0 | 12 | FA | 32 | 3F |
| Octal | 202 | 162 | 320 | 46 | 55 | 0 | 22 | 372 | 62 | 77 |
| Binary | 10000010 | 1110010 | 11010000 | 100110 | 101101 | 0 | 10010 | 11111010 | 110010 | 111111 |
Color Harmonies of #8272D0
Complementary color
Monochromatic Colors of #8272D0
Black with #8272D0
Text Example
Text Example
White with #8272D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8272D0; }
p { color: rgb(130,114,208); }
H1.HeaderClassName
{
color: #8272D0;
}
.AnyTagClassName
{
color: #8272D0;
}
</style>
background-color css
<style>
a { background-color: #8272D0; }
a { background-color: rgb(130,114,208); }
div.DivClassName
{
background-color: #8272D0;
}
.BgClassName
{
background-color: #8272D0;
}
</style>
border-color css
<style>
span { border-color: #8272D0; }
span { border-color: rgb(130,114,208); }
td.TdClassName
{
border-color: #8272D0;
}
.TagClassName
{
border-color: #8272D0;
}
</style>