Shades of Moody Blue #8673CA
Tints of Moody Blue #8673CA
RGB
CMYK
RGB Variations
Color information
#8673CA (or 0x8673CA) is known color: Moody Blue. HEX triplet: 86, 73 and CA. RGB value is (134,115,202). Sum of RGB (Red+Green+Blue) = 134+115+202=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #8673CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8673CA is #798C35. Grayscale: #828282. Windows color (decimal): -7965750 or 13267846. OLE color: 13267846.
HSL color Cylindrical-coordinate representation of color #8673CA: hue angle of 253.1º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8673CA is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 115 | 202 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.21 |
| HSL | 253.1º | 0.45% | 0.62% | - |
| HSV(B) | 253.1º | 0.43% | 0.79% | - |
| XYZ | 26.62 | 21.59 | 58.64 | - |
| YUV | 130.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 202 | 0.34 | 0.43 | 0 | 0.21 | 253.1 | 0.45 | 0.62 |
| Hex | 86 | 73 | CA | 22 | 2B | 0 | 15 | FD | 2D | 3E |
| Octal | 206 | 163 | 312 | 42 | 53 | 0 | 25 | 375 | 55 | 76 |
| Binary | 10000110 | 1110011 | 11001010 | 100010 | 101011 | 0 | 10101 | 11111101 | 101101 | 111110 |
Color Harmonies of #8673CA
Complementary color
Monochromatic Colors of #8673CA
Black with #8673CA
Text Example
Text Example
White with #8673CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8673CA; }
p { color: rgb(134,115,202); }
H1.HeaderClassName
{
color: #8673CA;
}
.AnyTagClassName
{
color: #8673CA;
}
</style>
background-color css
<style>
a { background-color: #8673CA; }
a { background-color: rgb(134,115,202); }
div.DivClassName
{
background-color: #8673CA;
}
.BgClassName
{
background-color: #8673CA;
}
</style>
border-color css
<style>
span { border-color: #8673CA; }
span { border-color: rgb(134,115,202); }
td.TdClassName
{
border-color: #8673CA;
}
.TagClassName
{
border-color: #8673CA;
}
</style>