Shades of Moody Blue #8173DC
Tints of Moody Blue #8173DC
RGB
CMYK
RGB Variations
Color information
#8173DC (or 0x8173DC) is known color: Moody Blue. HEX triplet: 81, 73 and DC. RGB value is (129,115,220). Sum of RGB (Red+Green+Blue) = 129+115+220=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #8173DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8173DC is #7E8C23. Grayscale: #828282. Windows color (decimal): -8293412 or 14447489. OLE color: 14447489.
HSL color Cylindrical-coordinate representation of color #8173DC: hue angle of 248º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8173DC is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 115 | 220 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.14 |
| HSL | 248º | 0.6% | 0.66% | - |
| HSV(B) | 248º | 0.48% | 0.86% | - |
| XYZ | 28.1 | 22.1 | 70.49 | - |
| YUV | 131.16 | 178.14 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 220 | 0.41 | 0.48 | 0 | 0.14 | 248 | 0.6 | 0.66 |
| Hex | 81 | 73 | DC | 29 | 30 | 0 | E | F8 | 3C | 42 |
| Octal | 201 | 163 | 334 | 51 | 60 | 0 | 16 | 370 | 74 | 102 |
| Binary | 10000001 | 1110011 | 11011100 | 101001 | 110000 | 0 | 1110 | 11111000 | 111100 | 1000010 |
Color Harmonies of #8173DC
Complementary color
Monochromatic Colors of #8173DC
Black with #8173DC
Text Example
Text Example
White with #8173DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8173DC; }
p { color: rgb(129,115,220); }
H1.HeaderClassName
{
color: #8173DC;
}
.AnyTagClassName
{
color: #8173DC;
}
</style>
background-color css
<style>
a { background-color: #8173DC; }
a { background-color: rgb(129,115,220); }
div.DivClassName
{
background-color: #8173DC;
}
.BgClassName
{
background-color: #8173DC;
}
</style>
border-color css
<style>
span { border-color: #8173DC; }
span { border-color: rgb(129,115,220); }
td.TdClassName
{
border-color: #8173DC;
}
.TagClassName
{
border-color: #8173DC;
}
</style>