Shades of Moody Blue #7F69CA
Tints of Moody Blue #7F69CA
RGB
CMYK
RGB Variations
Color information
#7F69CA (or 0x7F69CA) is known color: Moody Blue. HEX triplet: 7F, 69 and CA. RGB value is (127,105,202). Sum of RGB (Red+Green+Blue) = 127+105+202=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F69CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F69CA is #809635. Grayscale: #7A7A7A. Windows color (decimal): -8427062 or 13265279. OLE color: 13265279.
HSL color Cylindrical-coordinate representation of color #7F69CA: hue angle of 253.61º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F69CA is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 105 | 202 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.21 |
| HSL | 253.61º | 0.48% | 0.6% | - |
| HSV(B) | 253.61º | 0.48% | 0.79% | - |
| XYZ | 24.46 | 18.88 | 58.23 | - |
| YUV | 122.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 105 | 202 | 0.37 | 0.48 | 0 | 0.21 | 253.61 | 0.48 | 0.6 |
| Hex | 7F | 69 | CA | 25 | 30 | 0 | 15 | FE | 30 | 3C |
| Octal | 177 | 151 | 312 | 45 | 60 | 0 | 25 | 376 | 60 | 74 |
| Binary | 1111111 | 1101001 | 11001010 | 100101 | 110000 | 0 | 10101 | 11111110 | 110000 | 111100 |
Color Harmonies of #7F69CA
Complementary color
Monochromatic Colors of #7F69CA
Black with #7F69CA
Text Example
Text Example
White with #7F69CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F69CA; }
p { color: rgb(127,105,202); }
H1.HeaderClassName
{
color: #7F69CA;
}
.AnyTagClassName
{
color: #7F69CA;
}
</style>
background-color css
<style>
a { background-color: #7F69CA; }
a { background-color: rgb(127,105,202); }
div.DivClassName
{
background-color: #7F69CA;
}
.BgClassName
{
background-color: #7F69CA;
}
</style>
border-color css
<style>
span { border-color: #7F69CA; }
span { border-color: rgb(127,105,202); }
td.TdClassName
{
border-color: #7F69CA;
}
.TagClassName
{
border-color: #7F69CA;
}
</style>