Shades of Moody Blue #807DC4
Tints of Moody Blue #807DC4
RGB
CMYK
RGB Variations
Color information
#807DC4 (or 0x807DC4) is known color: Moody Blue. HEX triplet: 80, 7D and C4. RGB value is (128,125,196). Sum of RGB (Red+Green+Blue) = 128+125+196=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #807DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DC4 is #7F823B. Grayscale: #858585. Windows color (decimal): -8356412 or 12877184. OLE color: 12877184.
HSL color Cylindrical-coordinate representation of color #807DC4: hue angle of 242.54º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #807DC4 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 125 | 196 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.23 |
| HSL | 242.54º | 0.38% | 0.63% | - |
| HSV(B) | 242.54º | 0.36% | 0.77% | - |
| XYZ | 26.2 | 23.24 | 55.33 | - |
| YUV | 133.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 196 | 0.35 | 0.36 | 0 | 0.23 | 242.54 | 0.38 | 0.63 |
| Hex | 80 | 7D | C4 | 23 | 24 | 0 | 17 | F3 | 26 | 3F |
| Octal | 200 | 175 | 304 | 43 | 44 | 0 | 27 | 363 | 46 | 77 |
| Binary | 10000000 | 1111101 | 11000100 | 100011 | 100100 | 0 | 10111 | 11110011 | 100110 | 111111 |
Color Harmonies of #807DC4
Complementary color
Monochromatic Colors of #807DC4
Black with #807DC4
Text Example
Text Example
White with #807DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807DC4; }
p { color: rgb(128,125,196); }
H1.HeaderClassName
{
color: #807DC4;
}
.AnyTagClassName
{
color: #807DC4;
}
</style>
background-color css
<style>
a { background-color: #807DC4; }
a { background-color: rgb(128,125,196); }
div.DivClassName
{
background-color: #807DC4;
}
.BgClassName
{
background-color: #807DC4;
}
</style>
border-color css
<style>
span { border-color: #807DC4; }
span { border-color: rgb(128,125,196); }
td.TdClassName
{
border-color: #807DC4;
}
.TagClassName
{
border-color: #807DC4;
}
</style>