Shades of Moody Blue #8075D6
Tints of Moody Blue #8075D6
RGB
CMYK
RGB Variations
Color information
#8075D6 (or 0x8075D6) is known color: Moody Blue. HEX triplet: 80, 75 and D6. RGB value is (128,117,214). Sum of RGB (Red+Green+Blue) = 128+117+214=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #8075D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075D6 is #7F8A29. Grayscale: #828282. Windows color (decimal): -8358442 or 14054784. OLE color: 14054784.
HSL color Cylindrical-coordinate representation of color #8075D6: hue angle of 246.8º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8075D6 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 117 | 214 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.16 |
| HSL | 246.8º | 0.54% | 0.65% | - |
| HSV(B) | 246.8º | 0.45% | 0.84% | - |
| XYZ | 27.4 | 22.17 | 66.45 | - |
| YUV | 131.35 | 174.64 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 214 | 0.40 | 0.45 | 0 | 0.16 | 246.8 | 0.54 | 0.65 |
| Hex | 80 | 75 | D6 | 28 | 2D | 0 | 10 | F7 | 36 | 41 |
| Octal | 200 | 165 | 326 | 50 | 55 | 0 | 20 | 367 | 66 | 101 |
| Binary | 10000000 | 1110101 | 11010110 | 101000 | 101101 | 0 | 10000 | 11110111 | 110110 | 1000001 |
Color Harmonies of #8075D6
Complementary color
Monochromatic Colors of #8075D6
Black with #8075D6
Text Example
Text Example
White with #8075D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8075D6; }
p { color: rgb(128,117,214); }
H1.HeaderClassName
{
color: #8075D6;
}
.AnyTagClassName
{
color: #8075D6;
}
</style>
background-color css
<style>
a { background-color: #8075D6; }
a { background-color: rgb(128,117,214); }
div.DivClassName
{
background-color: #8075D6;
}
.BgClassName
{
background-color: #8075D6;
}
</style>
border-color css
<style>
span { border-color: #8075D6; }
span { border-color: rgb(128,117,214); }
td.TdClassName
{
border-color: #8075D6;
}
.TagClassName
{
border-color: #8075D6;
}
</style>