Shades of Moody Blue #7B66CB
Tints of Moody Blue #7B66CB
RGB
CMYK
RGB Variations
Color information
#7B66CB (or 0x7B66CB) is known color: Moody Blue. HEX triplet: 7B, 66 and CB. RGB value is (123,102,203). Sum of RGB (Red+Green+Blue) = 123+102+203=428 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.74% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B66CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B66CB is #849934. Grayscale: #777777. Windows color (decimal): -8689973 or 13330043. OLE color: 13330043.
HSL color Cylindrical-coordinate representation of color #7B66CB: hue angle of 252.48º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B66CB is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 102 | 203 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.20 |
| HSL | 252.48º | 0.49% | 0.6% | - |
| HSV(B) | 252.48º | 0.5% | 0.8% | - |
| XYZ | 23.7 | 18.03 | 58.73 | - |
| YUV | 119.79 | 174.96 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 203 | 0.39 | 0.50 | 0 | 0.20 | 252.48 | 0.49 | 0.6 |
| Hex | 7B | 66 | CB | 27 | 32 | 0 | 14 | FC | 31 | 3C |
| Octal | 173 | 146 | 313 | 47 | 62 | 0 | 24 | 374 | 61 | 74 |
| Binary | 1111011 | 1100110 | 11001011 | 100111 | 110010 | 0 | 10100 | 11111100 | 110001 | 111100 |
Color Harmonies of #7B66CB
Complementary color
Monochromatic Colors of #7B66CB
Black with #7B66CB
Text Example
Text Example
White with #7B66CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B66CB; }
p { color: rgb(123,102,203); }
H1.HeaderClassName
{
color: #7B66CB;
}
.AnyTagClassName
{
color: #7B66CB;
}
</style>
background-color css
<style>
a { background-color: #7B66CB; }
a { background-color: rgb(123,102,203); }
div.DivClassName
{
background-color: #7B66CB;
}
.BgClassName
{
background-color: #7B66CB;
}
</style>
border-color css
<style>
span { border-color: #7B66CB; }
span { border-color: rgb(123,102,203); }
td.TdClassName
{
border-color: #7B66CB;
}
.TagClassName
{
border-color: #7B66CB;
}
</style>