Shades of Moody Blue #8075D5
Tints of Moody Blue #8075D5
RGB
CMYK
RGB Variations
Color information
#8075D5 (or 0x8075D5) is known color: Moody Blue. HEX triplet: 80, 75 and D5. RGB value is (128,117,213). Sum of RGB (Red+Green+Blue) = 128+117+213=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #8075D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075D5 is #7F8A2A. Grayscale: #828282. Windows color (decimal): -8358443 or 13989248. OLE color: 13989248.
HSL color Cylindrical-coordinate representation of color #8075D5: hue angle of 246.88º degrees, saturation: 0.53, 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 #8075D5 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 117 | 213 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.16 |
| HSL | 246.88º | 0.53% | 0.65% | - |
| HSV(B) | 246.88º | 0.45% | 0.84% | - |
| XYZ | 27.27 | 22.12 | 65.78 | - |
| YUV | 131.23 | 174.14 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 213 | 0.40 | 0.45 | 0 | 0.16 | 246.88 | 0.53 | 0.65 |
| Hex | 80 | 75 | D5 | 28 | 2D | 0 | 10 | F7 | 35 | 41 |
| Octal | 200 | 165 | 325 | 50 | 55 | 0 | 20 | 367 | 65 | 101 |
| Binary | 10000000 | 1110101 | 11010101 | 101000 | 101101 | 0 | 10000 | 11110111 | 110101 | 1000001 |
Color Harmonies of #8075D5
Complementary color
Monochromatic Colors of #8075D5
Black with #8075D5
Text Example
Text Example
White with #8075D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8075D5; }
p { color: rgb(128,117,213); }
H1.HeaderClassName
{
color: #8075D5;
}
.AnyTagClassName
{
color: #8075D5;
}
</style>
background-color css
<style>
a { background-color: #8075D5; }
a { background-color: rgb(128,117,213); }
div.DivClassName
{
background-color: #8075D5;
}
.BgClassName
{
background-color: #8075D5;
}
</style>
border-color css
<style>
span { border-color: #8075D5; }
span { border-color: rgb(128,117,213); }
td.TdClassName
{
border-color: #8075D5;
}
.TagClassName
{
border-color: #8075D5;
}
</style>