Shades of Moody Blue #8075CA
Tints of Moody Blue #8075CA
RGB
CMYK
RGB Variations
Color information
#8075CA (or 0x8075CA) is known color: Moody Blue. HEX triplet: 80, 75 and CA. RGB value is (128,117,202). Sum of RGB (Red+Green+Blue) = 128+117+202=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #8075CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075CA is #7F8A35. Grayscale: #818181. Windows color (decimal): -8358454 or 13268352. OLE color: 13268352.
HSL color Cylindrical-coordinate representation of color #8075CA: hue angle of 247.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8075CA is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 117 | 202 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.21 |
| HSL | 247.76º | 0.45% | 0.63% | - |
| HSV(B) | 247.76º | 0.42% | 0.79% | - |
| XYZ | 25.92 | 21.58 | 58.68 | - |
| YUV | 129.98 | 168.64 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 202 | 0.37 | 0.42 | 0 | 0.21 | 247.76 | 0.45 | 0.63 |
| Hex | 80 | 75 | CA | 25 | 2A | 0 | 15 | F8 | 2D | 3F |
| Octal | 200 | 165 | 312 | 45 | 52 | 0 | 25 | 370 | 55 | 77 |
| Binary | 10000000 | 1110101 | 11001010 | 100101 | 101010 | 0 | 10101 | 11111000 | 101101 | 111111 |
Color Harmonies of #8075CA
Complementary color
Monochromatic Colors of #8075CA
Black with #8075CA
Text Example
Text Example
White with #8075CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8075CA; }
p { color: rgb(128,117,202); }
H1.HeaderClassName
{
color: #8075CA;
}
.AnyTagClassName
{
color: #8075CA;
}
</style>
background-color css
<style>
a { background-color: #8075CA; }
a { background-color: rgb(128,117,202); }
div.DivClassName
{
background-color: #8075CA;
}
.BgClassName
{
background-color: #8075CA;
}
</style>
border-color css
<style>
span { border-color: #8075CA; }
span { border-color: rgb(128,117,202); }
td.TdClassName
{
border-color: #8075CA;
}
.TagClassName
{
border-color: #8075CA;
}
</style>