Shades of Moody Blue #8068CA
Tints of Moody Blue #8068CA
RGB
CMYK
RGB Variations
Color information
#8068CA (or 0x8068CA) is known color: Moody Blue. HEX triplet: 80, 68 and CA. RGB value is (128,104,202). Sum of RGB (Red+Green+Blue) = 128+104+202=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #8068CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068CA is #7F9735. Grayscale: #797979. Windows color (decimal): -8361782 or 13265024. OLE color: 13265024.
HSL color Cylindrical-coordinate representation of color #8068CA: hue angle of 254.69º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8068CA is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 104 | 202 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.21 |
| HSL | 254.69º | 0.48% | 0.6% | - |
| HSV(B) | 254.69º | 0.49% | 0.79% | - |
| XYZ | 24.51 | 18.75 | 58.21 | - |
| YUV | 122.35 | 172.95 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 202 | 0.37 | 0.49 | 0 | 0.21 | 254.69 | 0.48 | 0.6 |
| Hex | 80 | 68 | CA | 25 | 31 | 0 | 15 | FF | 30 | 3C |
| Octal | 200 | 150 | 312 | 45 | 61 | 0 | 25 | 377 | 60 | 74 |
| Binary | 10000000 | 1101000 | 11001010 | 100101 | 110001 | 0 | 10101 | 11111111 | 110000 | 111100 |
Color Harmonies of #8068CA
Complementary color
Monochromatic Colors of #8068CA
Black with #8068CA
Text Example
Text Example
White with #8068CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8068CA; }
p { color: rgb(128,104,202); }
H1.HeaderClassName
{
color: #8068CA;
}
.AnyTagClassName
{
color: #8068CA;
}
</style>
background-color css
<style>
a { background-color: #8068CA; }
a { background-color: rgb(128,104,202); }
div.DivClassName
{
background-color: #8068CA;
}
.BgClassName
{
background-color: #8068CA;
}
</style>
border-color css
<style>
span { border-color: #8068CA; }
span { border-color: rgb(128,104,202); }
td.TdClassName
{
border-color: #8068CA;
}
.TagClassName
{
border-color: #8068CA;
}
</style>