Shades of Moody Blue #8081C7
Tints of Moody Blue #8081C7
RGB
CMYK
RGB Variations
Color information
#8081C7 (or 0x8081C7) is known color: Moody Blue. HEX triplet: 80, 81 and C7. RGB value is (128,129,199). Sum of RGB (Red+Green+Blue) = 128+129+199=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 199 - color contains mainly: blue. Hex color #8081C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081C7 is #7F7E38. Grayscale: #888888. Windows color (decimal): -8355385 or 13074816. OLE color: 13074816.
HSL color Cylindrical-coordinate representation of color #8081C7: hue angle of 239.15º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8081C7 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 129 | 199 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.22 |
| HSL | 239.15º | 0.39% | 0.64% | - |
| HSV(B) | 239.15º | 0.36% | 0.78% | - |
| XYZ | 27.06 | 24.41 | 57.32 | - |
| YUV | 136.68 | 163.17 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 199 | 0.36 | 0.35 | 0 | 0.22 | 239.15 | 0.39 | 0.64 |
| Hex | 80 | 81 | C7 | 24 | 23 | 0 | 16 | EF | 27 | 40 |
| Octal | 200 | 201 | 307 | 44 | 43 | 0 | 26 | 357 | 47 | 100 |
| Binary | 10000000 | 10000001 | 11000111 | 100100 | 100011 | 0 | 10110 | 11101111 | 100111 | 1000000 |
Color Harmonies of #8081C7
Complementary color
Monochromatic Colors of #8081C7
Black with #8081C7
Text Example
Text Example
White with #8081C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081C7; }
p { color: rgb(128,129,199); }
H1.HeaderClassName
{
color: #8081C7;
}
.AnyTagClassName
{
color: #8081C7;
}
</style>
background-color css
<style>
a { background-color: #8081C7; }
a { background-color: rgb(128,129,199); }
div.DivClassName
{
background-color: #8081C7;
}
.BgClassName
{
background-color: #8081C7;
}
</style>
border-color css
<style>
span { border-color: #8081C7; }
span { border-color: rgb(128,129,199); }
td.TdClassName
{
border-color: #8081C7;
}
.TagClassName
{
border-color: #8081C7;
}
</style>