Shades of Moody Blue #807EC2
Tints of Moody Blue #807EC2
RGB
CMYK
RGB Variations
Color information
#807EC2 (or 0x807EC2) is known color: Moody Blue. HEX triplet: 80, 7E and C2. RGB value is (128,126,194). Sum of RGB (Red+Green+Blue) = 128+126+194=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #807EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807EC2 is #7F813D. Grayscale: #868686. Windows color (decimal): -8356158 or 12746368. OLE color: 12746368.
HSL color Cylindrical-coordinate representation of color #807EC2: hue angle of 241.76º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #807EC2 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 126 | 194 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.24 |
| HSL | 241.76º | 0.36% | 0.63% | - |
| HSV(B) | 241.76º | 0.35% | 0.76% | - |
| XYZ | 26.1 | 23.41 | 54.18 | - |
| YUV | 134.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 194 | 0.34 | 0.35 | 0 | 0.24 | 241.76 | 0.36 | 0.63 |
| Hex | 80 | 7E | C2 | 22 | 23 | 0 | 18 | F2 | 24 | 3F |
| Octal | 200 | 176 | 302 | 42 | 43 | 0 | 30 | 362 | 44 | 77 |
| Binary | 10000000 | 1111110 | 11000010 | 100010 | 100011 | 0 | 11000 | 11110010 | 100100 | 111111 |
Color Harmonies of #807EC2
Complementary color
Monochromatic Colors of #807EC2
Black with #807EC2
Text Example
Text Example
White with #807EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807EC2; }
p { color: rgb(128,126,194); }
H1.HeaderClassName
{
color: #807EC2;
}
.AnyTagClassName
{
color: #807EC2;
}
</style>
background-color css
<style>
a { background-color: #807EC2; }
a { background-color: rgb(128,126,194); }
div.DivClassName
{
background-color: #807EC2;
}
.BgClassName
{
background-color: #807EC2;
}
</style>
border-color css
<style>
span { border-color: #807EC2; }
span { border-color: rgb(128,126,194); }
td.TdClassName
{
border-color: #807EC2;
}
.TagClassName
{
border-color: #807EC2;
}
</style>