Shades of Moody Blue #7F6CC0
Tints of Moody Blue #7F6CC0
RGB
CMYK
RGB Variations
Color information
#7F6CC0 (or 0x7F6CC0) is known color: Moody Blue. HEX triplet: 7F, 6C and C0. RGB value is (127,108,192). Sum of RGB (Red+Green+Blue) = 127+108+192=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #7F6CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6CC0 is #80933F. Grayscale: #7A7A7A. Windows color (decimal): -8426304 or 12610687. OLE color: 12610687.
HSL color Cylindrical-coordinate representation of color #7F6CC0: hue angle of 253.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F6CC0 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 108 | 192 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.25 |
| HSL | 253.57º | 0.4% | 0.59% | - |
| HSV(B) | 253.57º | 0.44% | 0.75% | - |
| XYZ | 23.63 | 19.04 | 52.3 | - |
| YUV | 123.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 108 | 192 | 0.34 | 0.44 | 0 | 0.25 | 253.57 | 0.4 | 0.59 |
| Hex | 7F | 6C | C0 | 22 | 2C | 0 | 19 | FE | 28 | 3B |
| Octal | 177 | 154 | 300 | 42 | 54 | 0 | 31 | 376 | 50 | 73 |
| Binary | 1111111 | 1101100 | 11000000 | 100010 | 101100 | 0 | 11001 | 11111110 | 101000 | 111011 |
Color Harmonies of #7F6CC0
Complementary color
Monochromatic Colors of #7F6CC0
Black with #7F6CC0
Text Example
Text Example
White with #7F6CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6CC0; }
p { color: rgb(127,108,192); }
H1.HeaderClassName
{
color: #7F6CC0;
}
.AnyTagClassName
{
color: #7F6CC0;
}
</style>
background-color css
<style>
a { background-color: #7F6CC0; }
a { background-color: rgb(127,108,192); }
div.DivClassName
{
background-color: #7F6CC0;
}
.BgClassName
{
background-color: #7F6CC0;
}
</style>
border-color css
<style>
span { border-color: #7F6CC0; }
span { border-color: rgb(127,108,192); }
td.TdClassName
{
border-color: #7F6CC0;
}
.TagClassName
{
border-color: #7F6CC0;
}
</style>