Shades of Moody Blue #7B6FCE
Tints of Moody Blue #7B6FCE
RGB
CMYK
RGB Variations
Color information
#7B6FCE (or 0x7B6FCE) is known color: Moody Blue. HEX triplet: 7B, 6F and CE. RGB value is (123,111,206). Sum of RGB (Red+Green+Blue) = 123+111+206=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B6FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6FCE is #849031. Grayscale: #7D7D7D. Windows color (decimal): -8687666 or 13528955. OLE color: 13528955.
HSL color Cylindrical-coordinate representation of color #7B6FCE: hue angle of 247.58º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B6FCE is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 111 | 206 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.19 |
| HSL | 247.58º | 0.49% | 0.62% | - |
| HSV(B) | 247.58º | 0.46% | 0.81% | - |
| XYZ | 24.99 | 20.04 | 60.94 | - |
| YUV | 125.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 206 | 0.40 | 0.46 | 0 | 0.19 | 247.58 | 0.49 | 0.62 |
| Hex | 7B | 6F | CE | 28 | 2E | 0 | 13 | F8 | 31 | 3E |
| Octal | 173 | 157 | 316 | 50 | 56 | 0 | 23 | 370 | 61 | 76 |
| Binary | 1111011 | 1101111 | 11001110 | 101000 | 101110 | 0 | 10011 | 11111000 | 110001 | 111110 |
Color Harmonies of #7B6FCE
Complementary color
Monochromatic Colors of #7B6FCE
Black with #7B6FCE
Text Example
Text Example
White with #7B6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6FCE; }
p { color: rgb(123,111,206); }
H1.HeaderClassName
{
color: #7B6FCE;
}
.AnyTagClassName
{
color: #7B6FCE;
}
</style>
background-color css
<style>
a { background-color: #7B6FCE; }
a { background-color: rgb(123,111,206); }
div.DivClassName
{
background-color: #7B6FCE;
}
.BgClassName
{
background-color: #7B6FCE;
}
</style>
border-color css
<style>
span { border-color: #7B6FCE; }
span { border-color: rgb(123,111,206); }
td.TdClassName
{
border-color: #7B6FCE;
}
.TagClassName
{
border-color: #7B6FCE;
}
</style>