Shades of Moody Blue #7F67CE
Tints of Moody Blue #7F67CE
RGB
CMYK
RGB Variations
Color information
#7F67CE (or 0x7F67CE) is known color: Moody Blue. HEX triplet: 7F, 67 and CE. RGB value is (127,103,206). Sum of RGB (Red+Green+Blue) = 127+103+206=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F67CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F67CE is #809831. Grayscale: #797979. Windows color (decimal): -8427570 or 13526911. OLE color: 13526911.
HSL color Cylindrical-coordinate representation of color #7F67CE: hue angle of 253.98º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F67CE is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 103 | 206 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.19 |
| HSL | 253.98º | 0.51% | 0.61% | - |
| HSV(B) | 253.98º | 0.5% | 0.81% | - |
| XYZ | 24.74 | 18.67 | 60.69 | - |
| YUV | 121.92 | 175.45 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 206 | 0.38 | 0.50 | 0 | 0.19 | 253.98 | 0.51 | 0.61 |
| Hex | 7F | 67 | CE | 26 | 32 | 0 | 13 | FE | 33 | 3D |
| Octal | 177 | 147 | 316 | 46 | 62 | 0 | 23 | 376 | 63 | 75 |
| Binary | 1111111 | 1100111 | 11001110 | 100110 | 110010 | 0 | 10011 | 11111110 | 110011 | 111101 |
Color Harmonies of #7F67CE
Complementary color
Monochromatic Colors of #7F67CE
Black with #7F67CE
Text Example
Text Example
White with #7F67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F67CE; }
p { color: rgb(127,103,206); }
H1.HeaderClassName
{
color: #7F67CE;
}
.AnyTagClassName
{
color: #7F67CE;
}
</style>
background-color css
<style>
a { background-color: #7F67CE; }
a { background-color: rgb(127,103,206); }
div.DivClassName
{
background-color: #7F67CE;
}
.BgClassName
{
background-color: #7F67CE;
}
</style>
border-color css
<style>
span { border-color: #7F67CE; }
span { border-color: rgb(127,103,206); }
td.TdClassName
{
border-color: #7F67CE;
}
.TagClassName
{
border-color: #7F67CE;
}
</style>