Shades of Moody Blue #7F7FCB
Tints of Moody Blue #7F7FCB
RGB
CMYK
RGB Variations
Color information
#7F7FCB (or 0x7F7FCB) is known color: Moody Blue. HEX triplet: 7F, 7F and CB. RGB value is (127,127,203). Sum of RGB (Red+Green+Blue) = 127+127+203=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F7FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7FCB is #808034. Grayscale: #878787. Windows color (decimal): -8421429 or 13336447. OLE color: 13336447.
HSL color Cylindrical-coordinate representation of color #7F7FCB: hue angle of 240º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F7FCB is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 127 | 203 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.20 |
| HSL | 240º | 0.42% | 0.65% | - |
| HSV(B) | 240º | 0.37% | 0.8% | - |
| XYZ | 27.12 | 24 | 59.7 | - |
| YUV | 135.66 | 166 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 127 | 203 | 0.37 | 0.37 | 0 | 0.20 | 240 | 0.42 | 0.65 |
| Hex | 7F | 7F | CB | 25 | 25 | 0 | 14 | F0 | 2A | 41 |
| Octal | 177 | 177 | 313 | 45 | 45 | 0 | 24 | 360 | 52 | 101 |
| Binary | 1111111 | 1111111 | 11001011 | 100101 | 100101 | 0 | 10100 | 11110000 | 101010 | 1000001 |
Color Harmonies of #7F7FCB
Complementary color
Monochromatic Colors of #7F7FCB
Black with #7F7FCB
Text Example
Text Example
White with #7F7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7FCB; }
p { color: rgb(127,127,203); }
H1.HeaderClassName
{
color: #7F7FCB;
}
.AnyTagClassName
{
color: #7F7FCB;
}
</style>
background-color css
<style>
a { background-color: #7F7FCB; }
a { background-color: rgb(127,127,203); }
div.DivClassName
{
background-color: #7F7FCB;
}
.BgClassName
{
background-color: #7F7FCB;
}
</style>
border-color css
<style>
span { border-color: #7F7FCB; }
span { border-color: rgb(127,127,203); }
td.TdClassName
{
border-color: #7F7FCB;
}
.TagClassName
{
border-color: #7F7FCB;
}
</style>