Shades of Moody Blue #7F6BCA
Tints of Moody Blue #7F6BCA
RGB
CMYK
RGB Variations
Color information
#7F6BCA (or 0x7F6BCA) is known color: Moody Blue. HEX triplet: 7F, 6B and CA. RGB value is (127,107,202). Sum of RGB (Red+Green+Blue) = 127+107+202=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F6BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6BCA is #809435. Grayscale: #7B7B7B. Windows color (decimal): -8426550 or 13265791. OLE color: 13265791.
HSL color Cylindrical-coordinate representation of color #7F6BCA: hue angle of 252.63º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F6BCA is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 107 | 202 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.21 |
| HSL | 252.63º | 0.47% | 0.61% | - |
| HSV(B) | 252.63º | 0.47% | 0.79% | - |
| XYZ | 24.67 | 19.29 | 58.3 | - |
| YUV | 123.81 | 172.13 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 107 | 202 | 0.37 | 0.47 | 0 | 0.21 | 252.63 | 0.47 | 0.61 |
| Hex | 7F | 6B | CA | 25 | 2F | 0 | 15 | FD | 2F | 3D |
| Octal | 177 | 153 | 312 | 45 | 57 | 0 | 25 | 375 | 57 | 75 |
| Binary | 1111111 | 1101011 | 11001010 | 100101 | 101111 | 0 | 10101 | 11111101 | 101111 | 111101 |
Color Harmonies of #7F6BCA
Complementary color
Monochromatic Colors of #7F6BCA
Black with #7F6BCA
Text Example
Text Example
White with #7F6BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6BCA; }
p { color: rgb(127,107,202); }
H1.HeaderClassName
{
color: #7F6BCA;
}
.AnyTagClassName
{
color: #7F6BCA;
}
</style>
background-color css
<style>
a { background-color: #7F6BCA; }
a { background-color: rgb(127,107,202); }
div.DivClassName
{
background-color: #7F6BCA;
}
.BgClassName
{
background-color: #7F6BCA;
}
</style>
border-color css
<style>
span { border-color: #7F6BCA; }
span { border-color: rgb(127,107,202); }
td.TdClassName
{
border-color: #7F6BCA;
}
.TagClassName
{
border-color: #7F6BCA;
}
</style>