Shades of Moody Blue #7F67D3
Tints of Moody Blue #7F67D3
RGB
CMYK
RGB Variations
Color information
#7F67D3 (or 0x7F67D3) is known color: Moody Blue. HEX triplet: 7F, 67 and D3. RGB value is (127,103,211). Sum of RGB (Red+Green+Blue) = 127+103+211=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 211 (82.81% from 255 or 47.85% from 441); Max value from RGB is 211 - color contains mainly: blue. Hex color #7F67D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F67D3 is #80982C. Grayscale: #7A7A7A. Windows color (decimal): -8427565 or 13854591. OLE color: 13854591.
HSL color Cylindrical-coordinate representation of color #7F67D3: hue angle of 253.33º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F67D3 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 103 | 211 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.17 |
| HSL | 253.33º | 0.55% | 0.62% | - |
| HSV(B) | 253.33º | 0.51% | 0.83% | - |
| XYZ | 25.36 | 18.92 | 63.94 | - |
| YUV | 122.49 | 177.95 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 211 | 0.40 | 0.51 | 0 | 0.17 | 253.33 | 0.55 | 0.62 |
| Hex | 7F | 67 | D3 | 28 | 33 | 0 | 11 | FD | 37 | 3E |
| Octal | 177 | 147 | 323 | 50 | 63 | 0 | 21 | 375 | 67 | 76 |
| Binary | 1111111 | 1100111 | 11010011 | 101000 | 110011 | 0 | 10001 | 11111101 | 110111 | 111110 |
Color Harmonies of #7F67D3
Complementary color
Monochromatic Colors of #7F67D3
Black with #7F67D3
Text Example
Text Example
White with #7F67D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F67D3; }
p { color: rgb(127,103,211); }
H1.HeaderClassName
{
color: #7F67D3;
}
.AnyTagClassName
{
color: #7F67D3;
}
</style>
background-color css
<style>
a { background-color: #7F67D3; }
a { background-color: rgb(127,103,211); }
div.DivClassName
{
background-color: #7F67D3;
}
.BgClassName
{
background-color: #7F67D3;
}
</style>
border-color css
<style>
span { border-color: #7F67D3; }
span { border-color: rgb(127,103,211); }
td.TdClassName
{
border-color: #7F67D3;
}
.TagClassName
{
border-color: #7F67D3;
}
</style>