Shades of Moody Blue #807ED3
Tints of Moody Blue #807ED3
RGB
CMYK
RGB Variations
Color information
#807ED3 (or 0x807ED3) is known color: Moody Blue. HEX triplet: 80, 7E and D3. RGB value is (128,126,211). Sum of RGB (Red+Green+Blue) = 128+126+211=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #807ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ED3 is #7F812C. Grayscale: #878787. Windows color (decimal): -8356141 or 13860480. OLE color: 13860480.
HSL color Cylindrical-coordinate representation of color #807ED3: hue angle of 241.41º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #807ED3 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 126 | 211 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.17 |
| HSL | 241.41º | 0.49% | 0.66% | - |
| HSV(B) | 241.41º | 0.4% | 0.83% | - |
| XYZ | 28.12 | 24.21 | 64.82 | - |
| YUV | 136.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 211 | 0.39 | 0.40 | 0 | 0.17 | 241.41 | 0.49 | 0.66 |
| Hex | 80 | 7E | D3 | 27 | 28 | 0 | 11 | F1 | 31 | 42 |
| Octal | 200 | 176 | 323 | 47 | 50 | 0 | 21 | 361 | 61 | 102 |
| Binary | 10000000 | 1111110 | 11010011 | 100111 | 101000 | 0 | 10001 | 11110001 | 110001 | 1000010 |
Color Harmonies of #807ED3
Complementary color
Monochromatic Colors of #807ED3
Black with #807ED3
Text Example
Text Example
White with #807ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807ED3; }
p { color: rgb(128,126,211); }
H1.HeaderClassName
{
color: #807ED3;
}
.AnyTagClassName
{
color: #807ED3;
}
</style>
background-color css
<style>
a { background-color: #807ED3; }
a { background-color: rgb(128,126,211); }
div.DivClassName
{
background-color: #807ED3;
}
.BgClassName
{
background-color: #807ED3;
}
</style>
border-color css
<style>
span { border-color: #807ED3; }
span { border-color: rgb(128,126,211); }
td.TdClassName
{
border-color: #807ED3;
}
.TagClassName
{
border-color: #807ED3;
}
</style>