Shades of Moody Blue #7B66BF
Tints of Moody Blue #7B66BF
RGB
CMYK
RGB Variations
Color information
#7B66BF (or 0x7B66BF) is known color: Moody Blue. HEX triplet: 7B, 66 and BF. RGB value is (123,102,191). Sum of RGB (Red+Green+Blue) = 123+102+191=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B66BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B66BF is #849940. Grayscale: #767676. Windows color (decimal): -8689985 or 12543611. OLE color: 12543611.
HSL color Cylindrical-coordinate representation of color #7B66BF: hue angle of 254.16º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B66BF is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 102 | 191 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.25 |
| HSL | 254.16º | 0.41% | 0.57% | - |
| HSV(B) | 254.16º | 0.47% | 0.75% | - |
| XYZ | 22.32 | 17.48 | 51.49 | - |
| YUV | 118.43 | 168.96 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 191 | 0.36 | 0.47 | 0 | 0.25 | 254.16 | 0.41 | 0.57 |
| Hex | 7B | 66 | BF | 24 | 2F | 0 | 19 | FE | 29 | 39 |
| Octal | 173 | 146 | 277 | 44 | 57 | 0 | 31 | 376 | 51 | 71 |
| Binary | 1111011 | 1100110 | 10111111 | 100100 | 101111 | 0 | 11001 | 11111110 | 101001 | 111001 |
Color Harmonies of #7B66BF
Complementary color
Monochromatic Colors of #7B66BF
Black with #7B66BF
Text Example
Text Example
White with #7B66BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B66BF; }
p { color: rgb(123,102,191); }
H1.HeaderClassName
{
color: #7B66BF;
}
.AnyTagClassName
{
color: #7B66BF;
}
</style>
background-color css
<style>
a { background-color: #7B66BF; }
a { background-color: rgb(123,102,191); }
div.DivClassName
{
background-color: #7B66BF;
}
.BgClassName
{
background-color: #7B66BF;
}
</style>
border-color css
<style>
span { border-color: #7B66BF; }
span { border-color: rgb(123,102,191); }
td.TdClassName
{
border-color: #7B66BF;
}
.TagClassName
{
border-color: #7B66BF;
}
</style>