Shades of Moody Blue #8273CF
Tints of Moody Blue #8273CF
RGB
CMYK
RGB Variations
Color information
#8273CF (or 0x8273CF) is known color: Moody Blue. HEX triplet: 82, 73 and CF. RGB value is (130,115,207). Sum of RGB (Red+Green+Blue) = 130+115+207=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #8273CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8273CF is #7D8C30. Grayscale: #818181. Windows color (decimal): -8227889 or 13595522. OLE color: 13595522.
HSL color Cylindrical-coordinate representation of color #8273CF: hue angle of 249.78º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8273CF is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 115 | 207 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.19 |
| HSL | 249.78º | 0.49% | 0.63% | - |
| HSV(B) | 249.78º | 0.44% | 0.81% | - |
| XYZ | 26.6 | 21.51 | 61.78 | - |
| YUV | 129.97 | 171.47 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 207 | 0.37 | 0.44 | 0 | 0.19 | 249.78 | 0.49 | 0.63 |
| Hex | 82 | 73 | CF | 25 | 2C | 0 | 13 | FA | 31 | 3F |
| Octal | 202 | 163 | 317 | 45 | 54 | 0 | 23 | 372 | 61 | 77 |
| Binary | 10000010 | 1110011 | 11001111 | 100101 | 101100 | 0 | 10011 | 11111010 | 110001 | 111111 |
Color Harmonies of #8273CF
Complementary color
Monochromatic Colors of #8273CF
Black with #8273CF
Text Example
Text Example
White with #8273CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8273CF; }
p { color: rgb(130,115,207); }
H1.HeaderClassName
{
color: #8273CF;
}
.AnyTagClassName
{
color: #8273CF;
}
</style>
background-color css
<style>
a { background-color: #8273CF; }
a { background-color: rgb(130,115,207); }
div.DivClassName
{
background-color: #8273CF;
}
.BgClassName
{
background-color: #8273CF;
}
</style>
border-color css
<style>
span { border-color: #8273CF; }
span { border-color: rgb(130,115,207); }
td.TdClassName
{
border-color: #8273CF;
}
.TagClassName
{
border-color: #8273CF;
}
</style>