Shades of Moody Blue #7B66CA
Tints of Moody Blue #7B66CA
RGB
CMYK
RGB Variations
Color information
#7B66CA (or 0x7B66CA) is known color: Moody Blue. HEX triplet: 7B, 66 and CA. RGB value is (123,102,202). Sum of RGB (Red+Green+Blue) = 123+102+202=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B66CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B66CA is #849935. Grayscale: #777777. Windows color (decimal): -8689974 or 13264507. OLE color: 13264507.
HSL color Cylindrical-coordinate representation of color #7B66CA: hue angle of 252.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B66CA is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 102 | 202 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.21 |
| HSL | 252.6º | 0.49% | 0.6% | - |
| HSV(B) | 252.6º | 0.5% | 0.79% | - |
| XYZ | 23.58 | 17.98 | 58.1 | - |
| YUV | 119.68 | 174.46 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 202 | 0.39 | 0.50 | 0 | 0.21 | 252.6 | 0.49 | 0.6 |
| Hex | 7B | 66 | CA | 27 | 32 | 0 | 15 | FD | 31 | 3C |
| Octal | 173 | 146 | 312 | 47 | 62 | 0 | 25 | 375 | 61 | 74 |
| Binary | 1111011 | 1100110 | 11001010 | 100111 | 110010 | 0 | 10101 | 11111101 | 110001 | 111100 |
Color Harmonies of #7B66CA
Complementary color
Monochromatic Colors of #7B66CA
Black with #7B66CA
Text Example
Text Example
White with #7B66CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B66CA; }
p { color: rgb(123,102,202); }
H1.HeaderClassName
{
color: #7B66CA;
}
.AnyTagClassName
{
color: #7B66CA;
}
</style>
background-color css
<style>
a { background-color: #7B66CA; }
a { background-color: rgb(123,102,202); }
div.DivClassName
{
background-color: #7B66CA;
}
.BgClassName
{
background-color: #7B66CA;
}
</style>
border-color css
<style>
span { border-color: #7B66CA; }
span { border-color: rgb(123,102,202); }
td.TdClassName
{
border-color: #7B66CA;
}
.TagClassName
{
border-color: #7B66CA;
}
</style>