Shades of Moody Blue #8373CC
Tints of Moody Blue #8373CC
RGB
CMYK
RGB Variations
Color information
#8373CC (or 0x8373CC) is known color: Moody Blue. HEX triplet: 83, 73 and CC. RGB value is (131,115,204). Sum of RGB (Red+Green+Blue) = 131+115+204=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #8373CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373CC is #7C8C33. Grayscale: #818181. Windows color (decimal): -8162356 or 13398915. OLE color: 13398915.
HSL color Cylindrical-coordinate representation of color #8373CC: hue angle of 250.79º 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 #8373CC is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 115 | 204 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.2 |
| HSL | 250.79º | 0.47% | 0.63% | - |
| HSV(B) | 250.79º | 0.44% | 0.8% | - |
| XYZ | 26.39 | 21.45 | 59.88 | - |
| YUV | 129.93 | 169.8 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 204 | 0.36 | 0.44 | 0 | 0.2 | 250.79 | 0.47 | 0.63 |
| Hex | 83 | 73 | CC | 24 | 2C | 0 | 14 | FB | 2F | 3F |
| Octal | 203 | 163 | 314 | 44 | 54 | 0 | 24 | 373 | 57 | 77 |
| Binary | 10000011 | 1110011 | 11001100 | 100100 | 101100 | 0 | 10100 | 11111011 | 101111 | 111111 |
Color Harmonies of #8373CC
Complementary color
Monochromatic Colors of #8373CC
Black with #8373CC
Text Example
Text Example
White with #8373CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8373CC; }
p { color: rgb(131,115,204); }
H1.HeaderClassName
{
color: #8373CC;
}
.AnyTagClassName
{
color: #8373CC;
}
</style>
background-color css
<style>
a { background-color: #8373CC; }
a { background-color: rgb(131,115,204); }
div.DivClassName
{
background-color: #8373CC;
}
.BgClassName
{
background-color: #8373CC;
}
</style>
border-color css
<style>
span { border-color: #8373CC; }
span { border-color: rgb(131,115,204); }
td.TdClassName
{
border-color: #8373CC;
}
.TagClassName
{
border-color: #8373CC;
}
</style>