Shades of Moody Blue #7B7FDA
Tints of Moody Blue #7B7FDA
RGB
CMYK
RGB Variations
Color information
#7B7FDA (or 0x7B7FDA) is known color: Moody Blue. HEX triplet: 7B, 7F and DA. RGB value is (123,127,218). Sum of RGB (Red+Green+Blue) = 123+127+218=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B7FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7FDA is #848025. Grayscale: #878787. Windows color (decimal): -8683558 or 14319483. OLE color: 14319483.
HSL color Cylindrical-coordinate representation of color #7B7FDA: hue angle of 237.47º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B7FDA is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 127 | 218 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.15 |
| HSL | 237.47º | 0.56% | 0.67% | - |
| HSV(B) | 237.47º | 0.44% | 0.85% | - |
| XYZ | 28.41 | 24.45 | 69.55 | - |
| YUV | 136.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 218 | 0.44 | 0.42 | 0 | 0.15 | 237.47 | 0.56 | 0.67 |
| Hex | 7B | 7F | DA | 2C | 2A | 0 | F | ED | 38 | 43 |
| Octal | 173 | 177 | 332 | 54 | 52 | 0 | 17 | 355 | 70 | 103 |
| Binary | 1111011 | 1111111 | 11011010 | 101100 | 101010 | 0 | 1111 | 11101101 | 111000 | 1000011 |
Color Harmonies of #7B7FDA
Complementary color
Monochromatic Colors of #7B7FDA
Black with #7B7FDA
Text Example
Text Example
White with #7B7FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7FDA; }
p { color: rgb(123,127,218); }
H1.HeaderClassName
{
color: #7B7FDA;
}
.AnyTagClassName
{
color: #7B7FDA;
}
</style>
background-color css
<style>
a { background-color: #7B7FDA; }
a { background-color: rgb(123,127,218); }
div.DivClassName
{
background-color: #7B7FDA;
}
.BgClassName
{
background-color: #7B7FDA;
}
</style>
border-color css
<style>
span { border-color: #7B7FDA; }
span { border-color: rgb(123,127,218); }
td.TdClassName
{
border-color: #7B7FDA;
}
.TagClassName
{
border-color: #7B7FDA;
}
</style>