Shades of Moody Blue #7F67CC
Tints of Moody Blue #7F67CC
RGB
CMYK
RGB Variations
Color information
#7F67CC (or 0x7F67CC) is known color: Moody Blue. HEX triplet: 7F, 67 and CC. RGB value is (127,103,204). Sum of RGB (Red+Green+Blue) = 127+103+204=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F67CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F67CC is #809833. Grayscale: #797979. Windows color (decimal): -8427572 or 13395839. OLE color: 13395839.
HSL color Cylindrical-coordinate representation of color #7F67CC: hue angle of 254.26º 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 #7F67CC is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 103 | 204 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.2 |
| HSL | 254.26º | 0.5% | 0.6% | - |
| HSV(B) | 254.26º | 0.5% | 0.8% | - |
| XYZ | 24.5 | 18.57 | 59.42 | - |
| YUV | 121.69 | 174.45 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 204 | 0.38 | 0.50 | 0 | 0.2 | 254.26 | 0.5 | 0.6 |
| Hex | 7F | 67 | CC | 26 | 32 | 0 | 14 | FE | 32 | 3C |
| Octal | 177 | 147 | 314 | 46 | 62 | 0 | 24 | 376 | 62 | 74 |
| Binary | 1111111 | 1100111 | 11001100 | 100110 | 110010 | 0 | 10100 | 11111110 | 110010 | 111100 |
Color Harmonies of #7F67CC
Complementary color
Monochromatic Colors of #7F67CC
Black with #7F67CC
Text Example
Text Example
White with #7F67CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F67CC; }
p { color: rgb(127,103,204); }
H1.HeaderClassName
{
color: #7F67CC;
}
.AnyTagClassName
{
color: #7F67CC;
}
</style>
background-color css
<style>
a { background-color: #7F67CC; }
a { background-color: rgb(127,103,204); }
div.DivClassName
{
background-color: #7F67CC;
}
.BgClassName
{
background-color: #7F67CC;
}
</style>
border-color css
<style>
span { border-color: #7F67CC; }
span { border-color: rgb(127,103,204); }
td.TdClassName
{
border-color: #7F67CC;
}
.TagClassName
{
border-color: #7F67CC;
}
</style>