Shades of Moody Blue #8081DF
Tints of Moody Blue #8081DF
RGB
CMYK
RGB Variations
Color information
#8081DF (or 0x8081DF) is known color: Moody Blue. HEX triplet: 80, 81 and DF. RGB value is (128,129,223). Sum of RGB (Red+Green+Blue) = 128+129+223=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #8081DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081DF is #7F7E20. Grayscale: #8B8B8B. Windows color (decimal): -8355361 or 14647680. OLE color: 14647680.
HSL color Cylindrical-coordinate representation of color #8081DF: hue angle of 239.37º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8081DF is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 129 | 223 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.13 |
| HSL | 239.37º | 0.6% | 0.69% | - |
| HSV(B) | 239.37º | 0.43% | 0.87% | - |
| XYZ | 30.07 | 25.62 | 73.17 | - |
| YUV | 139.42 | 175.17 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 223 | 0.43 | 0.42 | 0 | 0.13 | 239.37 | 0.6 | 0.69 |
| Hex | 80 | 81 | DF | 2B | 2A | 0 | D | EF | 3C | 45 |
| Octal | 200 | 201 | 337 | 53 | 52 | 0 | 15 | 357 | 74 | 105 |
| Binary | 10000000 | 10000001 | 11011111 | 101011 | 101010 | 0 | 1101 | 11101111 | 111100 | 1000101 |
Color Harmonies of #8081DF
Complementary color
Monochromatic Colors of #8081DF
Black with #8081DF
Text Example
Text Example
White with #8081DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081DF; }
p { color: rgb(128,129,223); }
H1.HeaderClassName
{
color: #8081DF;
}
.AnyTagClassName
{
color: #8081DF;
}
</style>
background-color css
<style>
a { background-color: #8081DF; }
a { background-color: rgb(128,129,223); }
div.DivClassName
{
background-color: #8081DF;
}
.BgClassName
{
background-color: #8081DF;
}
</style>
border-color css
<style>
span { border-color: #8081DF; }
span { border-color: rgb(128,129,223); }
td.TdClassName
{
border-color: #8081DF;
}
.TagClassName
{
border-color: #8081DF;
}
</style>