Shades of Moody Blue #8068D3
Tints of Moody Blue #8068D3
RGB
CMYK
RGB Variations
Color information
#8068D3 (or 0x8068D3) is known color: Moody Blue. HEX triplet: 80, 68 and D3. RGB value is (128,104,211). Sum of RGB (Red+Green+Blue) = 128+104+211=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 211 (82.81% from 255 or 47.63% from 443); Max value from RGB is 211 - color contains mainly: blue. Hex color #8068D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068D3 is #7F972C. Grayscale: #7A7A7A. Windows color (decimal): -8361773 or 13854848. OLE color: 13854848.
HSL color Cylindrical-coordinate representation of color #8068D3: hue angle of 253.46º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8068D3 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 104 | 211 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.17 |
| HSL | 253.46º | 0.55% | 0.62% | - |
| HSV(B) | 253.46º | 0.51% | 0.83% | - |
| XYZ | 25.61 | 19.19 | 63.98 | - |
| YUV | 123.37 | 177.45 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 211 | 0.39 | 0.51 | 0 | 0.17 | 253.46 | 0.55 | 0.62 |
| Hex | 80 | 68 | D3 | 27 | 33 | 0 | 11 | FD | 37 | 3E |
| Octal | 200 | 150 | 323 | 47 | 63 | 0 | 21 | 375 | 67 | 76 |
| Binary | 10000000 | 1101000 | 11010011 | 100111 | 110011 | 0 | 10001 | 11111101 | 110111 | 111110 |
Color Harmonies of #8068D3
Complementary color
Monochromatic Colors of #8068D3
Black with #8068D3
Text Example
Text Example
White with #8068D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8068D3; }
p { color: rgb(128,104,211); }
H1.HeaderClassName
{
color: #8068D3;
}
.AnyTagClassName
{
color: #8068D3;
}
</style>
background-color css
<style>
a { background-color: #8068D3; }
a { background-color: rgb(128,104,211); }
div.DivClassName
{
background-color: #8068D3;
}
.BgClassName
{
background-color: #8068D3;
}
</style>
border-color css
<style>
span { border-color: #8068D3; }
span { border-color: rgb(128,104,211); }
td.TdClassName
{
border-color: #8068D3;
}
.TagClassName
{
border-color: #8068D3;
}
</style>