Shades of Moody Blue #8170CC
Tints of Moody Blue #8170CC
RGB
CMYK
RGB Variations
Color information
#8170CC (or 0x8170CC) is known color: Moody Blue. HEX triplet: 81, 70 and CC. RGB value is (129,112,204). Sum of RGB (Red+Green+Blue) = 129+112+204=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #8170CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8170CC is #7E8F33. Grayscale: #7F7F7F. Windows color (decimal): -8294196 or 13398145. OLE color: 13398145.
HSL color Cylindrical-coordinate representation of color #8170CC: hue angle of 251.09º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8170CC is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 112 | 204 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.2 |
| HSL | 251.09º | 0.47% | 0.62% | - |
| HSV(B) | 251.09º | 0.45% | 0.8% | - |
| XYZ | 25.75 | 20.62 | 59.75 | - |
| YUV | 127.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 204 | 0.37 | 0.45 | 0 | 0.2 | 251.09 | 0.47 | 0.62 |
| Hex | 81 | 70 | CC | 25 | 2D | 0 | 14 | FB | 2F | 3E |
| Octal | 201 | 160 | 314 | 45 | 55 | 0 | 24 | 373 | 57 | 76 |
| Binary | 10000001 | 1110000 | 11001100 | 100101 | 101101 | 0 | 10100 | 11111011 | 101111 | 111110 |
Color Harmonies of #8170CC
Complementary color
Monochromatic Colors of #8170CC
Black with #8170CC
Text Example
Text Example
White with #8170CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8170CC; }
p { color: rgb(129,112,204); }
H1.HeaderClassName
{
color: #8170CC;
}
.AnyTagClassName
{
color: #8170CC;
}
</style>
background-color css
<style>
a { background-color: #8170CC; }
a { background-color: rgb(129,112,204); }
div.DivClassName
{
background-color: #8170CC;
}
.BgClassName
{
background-color: #8170CC;
}
</style>
border-color css
<style>
span { border-color: #8170CC; }
span { border-color: rgb(129,112,204); }
td.TdClassName
{
border-color: #8170CC;
}
.TagClassName
{
border-color: #8170CC;
}
</style>