Shades of Moody Blue #8067D4
Tints of Moody Blue #8067D4
RGB
CMYK
RGB Variations
Color information
#8067D4 (or 0x8067D4) is known color: Moody Blue. HEX triplet: 80, 67 and D4. RGB value is (128,103,212). Sum of RGB (Red+Green+Blue) = 128+103+212=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #8067D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8067D4 is #7F982B. Grayscale: #7A7A7A. Windows color (decimal): -8362028 or 13920128. OLE color: 13920128.
HSL color Cylindrical-coordinate representation of color #8067D4: hue angle of 253.76º degrees, saturation: 0.56, 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 #8067D4 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 103 | 212 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.17 |
| HSL | 253.76º | 0.56% | 0.62% | - |
| HSV(B) | 253.76º | 0.51% | 0.83% | - |
| XYZ | 25.64 | 19.04 | 64.61 | - |
| YUV | 122.9 | 178.28 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 212 | 0.40 | 0.51 | 0 | 0.17 | 253.76 | 0.56 | 0.62 |
| Hex | 80 | 67 | D4 | 28 | 33 | 0 | 11 | FE | 38 | 3E |
| Octal | 200 | 147 | 324 | 50 | 63 | 0 | 21 | 376 | 70 | 76 |
| Binary | 10000000 | 1100111 | 11010100 | 101000 | 110011 | 0 | 10001 | 11111110 | 111000 | 111110 |
Color Harmonies of #8067D4
Complementary color
Monochromatic Colors of #8067D4
Black with #8067D4
Text Example
Text Example
White with #8067D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8067D4; }
p { color: rgb(128,103,212); }
H1.HeaderClassName
{
color: #8067D4;
}
.AnyTagClassName
{
color: #8067D4;
}
</style>
background-color css
<style>
a { background-color: #8067D4; }
a { background-color: rgb(128,103,212); }
div.DivClassName
{
background-color: #8067D4;
}
.BgClassName
{
background-color: #8067D4;
}
</style>
border-color css
<style>
span { border-color: #8067D4; }
span { border-color: rgb(128,103,212); }
td.TdClassName
{
border-color: #8067D4;
}
.TagClassName
{
border-color: #8067D4;
}
</style>