Shades of Moody Blue #8273CD
Tints of Moody Blue #8273CD
RGB
CMYK
RGB Variations
Color information
#8273CD (or 0x8273CD) is known color: Moody Blue. HEX triplet: 82, 73 and CD. RGB value is (130,115,205). Sum of RGB (Red+Green+Blue) = 130+115+205=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #8273CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8273CD is #7D8C32. Grayscale: #818181. Windows color (decimal): -8227891 or 13464450. OLE color: 13464450.
HSL color Cylindrical-coordinate representation of color #8273CD: hue angle of 250º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8273CD is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 115 | 205 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.20 |
| HSL | 250º | 0.47% | 0.63% | - |
| HSV(B) | 250º | 0.44% | 0.8% | - |
| XYZ | 26.36 | 21.42 | 60.5 | - |
| YUV | 129.75 | 170.47 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 205 | 0.37 | 0.44 | 0 | 0.20 | 250 | 0.47 | 0.63 |
| Hex | 82 | 73 | CD | 25 | 2C | 0 | 14 | FA | 2F | 3F |
| Octal | 202 | 163 | 315 | 45 | 54 | 0 | 24 | 372 | 57 | 77 |
| Binary | 10000010 | 1110011 | 11001101 | 100101 | 101100 | 0 | 10100 | 11111010 | 101111 | 111111 |
Color Harmonies of #8273CD
Complementary color
Monochromatic Colors of #8273CD
Black with #8273CD
Text Example
Text Example
White with #8273CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8273CD; }
p { color: rgb(130,115,205); }
H1.HeaderClassName
{
color: #8273CD;
}
.AnyTagClassName
{
color: #8273CD;
}
</style>
background-color css
<style>
a { background-color: #8273CD; }
a { background-color: rgb(130,115,205); }
div.DivClassName
{
background-color: #8273CD;
}
.BgClassName
{
background-color: #8273CD;
}
</style>
border-color css
<style>
span { border-color: #8273CD; }
span { border-color: rgb(130,115,205); }
td.TdClassName
{
border-color: #8273CD;
}
.TagClassName
{
border-color: #8273CD;
}
</style>