Shades of Moody Blue #7E65CC
Tints of Moody Blue #7E65CC
RGB
CMYK
RGB Variations
Color information
#7E65CC (or 0x7E65CC) is known color: Moody Blue. HEX triplet: 7E, 65 and CC. RGB value is (126,101,204). Sum of RGB (Red+Green+Blue) = 126+101+204=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E65CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E65CC is #819A33. Grayscale: #777777. Windows color (decimal): -8493620 or 13395326. OLE color: 13395326.
HSL color Cylindrical-coordinate representation of color #7E65CC: hue angle of 254.56º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E65CC is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 101 | 204 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.2 |
| HSL | 254.56º | 0.5% | 0.6% | - |
| HSV(B) | 254.56º | 0.5% | 0.8% | - |
| XYZ | 24.16 | 18.1 | 59.35 | - |
| YUV | 120.22 | 175.28 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 204 | 0.38 | 0.50 | 0 | 0.2 | 254.56 | 0.5 | 0.6 |
| Hex | 7E | 65 | CC | 26 | 32 | 0 | 14 | FF | 32 | 3C |
| Octal | 176 | 145 | 314 | 46 | 62 | 0 | 24 | 377 | 62 | 74 |
| Binary | 1111110 | 1100101 | 11001100 | 100110 | 110010 | 0 | 10100 | 11111111 | 110010 | 111100 |
Color Harmonies of #7E65CC
Complementary color
Monochromatic Colors of #7E65CC
Black with #7E65CC
Text Example
Text Example
White with #7E65CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E65CC; }
p { color: rgb(126,101,204); }
H1.HeaderClassName
{
color: #7E65CC;
}
.AnyTagClassName
{
color: #7E65CC;
}
</style>
background-color css
<style>
a { background-color: #7E65CC; }
a { background-color: rgb(126,101,204); }
div.DivClassName
{
background-color: #7E65CC;
}
.BgClassName
{
background-color: #7E65CC;
}
</style>
border-color css
<style>
span { border-color: #7E65CC; }
span { border-color: rgb(126,101,204); }
td.TdClassName
{
border-color: #7E65CC;
}
.TagClassName
{
border-color: #7E65CC;
}
</style>