Shades of Moody Blue #8273CC
Tints of Moody Blue #8273CC
RGB
CMYK
RGB Variations
Color information
#8273CC (or 0x8273CC) is known color: Moody Blue. HEX triplet: 82, 73 and CC. RGB value is (130,115,204). Sum of RGB (Red+Green+Blue) = 130+115+204=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #8273CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8273CC is #7D8C33. Grayscale: #818181. Windows color (decimal): -8227892 or 13398914. OLE color: 13398914.
HSL color Cylindrical-coordinate representation of color #8273CC: hue angle of 250.11º 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 #8273CC is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 115 | 204 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.2 |
| HSL | 250.11º | 0.47% | 0.63% | - |
| HSV(B) | 250.11º | 0.44% | 0.8% | - |
| XYZ | 26.24 | 21.37 | 59.87 | - |
| YUV | 129.63 | 169.97 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 204 | 0.36 | 0.44 | 0 | 0.2 | 250.11 | 0.47 | 0.63 |
| Hex | 82 | 73 | CC | 24 | 2C | 0 | 14 | FA | 2F | 3F |
| Octal | 202 | 163 | 314 | 44 | 54 | 0 | 24 | 372 | 57 | 77 |
| Binary | 10000010 | 1110011 | 11001100 | 100100 | 101100 | 0 | 10100 | 11111010 | 101111 | 111111 |
Color Harmonies of #8273CC
Complementary color
Monochromatic Colors of #8273CC
Black with #8273CC
Text Example
Text Example
White with #8273CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8273CC; }
p { color: rgb(130,115,204); }
H1.HeaderClassName
{
color: #8273CC;
}
.AnyTagClassName
{
color: #8273CC;
}
</style>
background-color css
<style>
a { background-color: #8273CC; }
a { background-color: rgb(130,115,204); }
div.DivClassName
{
background-color: #8273CC;
}
.BgClassName
{
background-color: #8273CC;
}
</style>
border-color css
<style>
span { border-color: #8273CC; }
span { border-color: rgb(130,115,204); }
td.TdClassName
{
border-color: #8273CC;
}
.TagClassName
{
border-color: #8273CC;
}
</style>