Shades of Moody Blue #8272CF
Tints of Moody Blue #8272CF
RGB
CMYK
RGB Variations
Color information
#8272CF (or 0x8272CF) is known color: Moody Blue. HEX triplet: 82, 72 and CF. RGB value is (130,114,207). Sum of RGB (Red+Green+Blue) = 130+114+207=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #8272CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8272CF is #7D8D30. Grayscale: #818181. Windows color (decimal): -8228145 or 13595266. OLE color: 13595266.
HSL color Cylindrical-coordinate representation of color #8272CF: hue angle of 250.32º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8272CF is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 114 | 207 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.19 |
| HSL | 250.32º | 0.49% | 0.63% | - |
| HSV(B) | 250.32º | 0.45% | 0.81% | - |
| XYZ | 26.49 | 21.29 | 61.74 | - |
| YUV | 129.39 | 171.8 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 207 | 0.37 | 0.45 | 0 | 0.19 | 250.32 | 0.49 | 0.63 |
| Hex | 82 | 72 | CF | 25 | 2D | 0 | 13 | FA | 31 | 3F |
| Octal | 202 | 162 | 317 | 45 | 55 | 0 | 23 | 372 | 61 | 77 |
| Binary | 10000010 | 1110010 | 11001111 | 100101 | 101101 | 0 | 10011 | 11111010 | 110001 | 111111 |
Color Harmonies of #8272CF
Complementary color
Monochromatic Colors of #8272CF
Black with #8272CF
Text Example
Text Example
White with #8272CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8272CF; }
p { color: rgb(130,114,207); }
H1.HeaderClassName
{
color: #8272CF;
}
.AnyTagClassName
{
color: #8272CF;
}
</style>
background-color css
<style>
a { background-color: #8272CF; }
a { background-color: rgb(130,114,207); }
div.DivClassName
{
background-color: #8272CF;
}
.BgClassName
{
background-color: #8272CF;
}
</style>
border-color css
<style>
span { border-color: #8272CF; }
span { border-color: rgb(130,114,207); }
td.TdClassName
{
border-color: #8272CF;
}
.TagClassName
{
border-color: #8272CF;
}
</style>