Shades of Moody Blue #7B7FCE
Tints of Moody Blue #7B7FCE
RGB
CMYK
RGB Variations
Color information
#7B7FCE (or 0x7B7FCE) is known color: Moody Blue. HEX triplet: 7B, 7F and CE. RGB value is (123,127,206). Sum of RGB (Red+Green+Blue) = 123+127+206=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B7FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7FCE is #848031. Grayscale: #868686. Windows color (decimal): -8683570 or 13533051. OLE color: 13533051.
HSL color Cylindrical-coordinate representation of color #7B7FCE: hue angle of 237.11º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B7FCE is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 127 | 206 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.19 |
| HSL | 237.11º | 0.46% | 0.65% | - |
| HSV(B) | 237.11º | 0.4% | 0.81% | - |
| XYZ | 26.9 | 23.85 | 61.58 | - |
| YUV | 134.81 | 168.17 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 206 | 0.40 | 0.38 | 0 | 0.19 | 237.11 | 0.46 | 0.65 |
| Hex | 7B | 7F | CE | 28 | 26 | 0 | 13 | ED | 2E | 41 |
| Octal | 173 | 177 | 316 | 50 | 46 | 0 | 23 | 355 | 56 | 101 |
| Binary | 1111011 | 1111111 | 11001110 | 101000 | 100110 | 0 | 10011 | 11101101 | 101110 | 1000001 |
Color Harmonies of #7B7FCE
Complementary color
Monochromatic Colors of #7B7FCE
Black with #7B7FCE
Text Example
Text Example
White with #7B7FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7FCE; }
p { color: rgb(123,127,206); }
H1.HeaderClassName
{
color: #7B7FCE;
}
.AnyTagClassName
{
color: #7B7FCE;
}
</style>
background-color css
<style>
a { background-color: #7B7FCE; }
a { background-color: rgb(123,127,206); }
div.DivClassName
{
background-color: #7B7FCE;
}
.BgClassName
{
background-color: #7B7FCE;
}
</style>
border-color css
<style>
span { border-color: #7B7FCE; }
span { border-color: rgb(123,127,206); }
td.TdClassName
{
border-color: #7B7FCE;
}
.TagClassName
{
border-color: #7B7FCE;
}
</style>