Shades of Moody Blue #7675BD
Tints of Moody Blue #7675BD
RGB
CMYK
RGB Variations
Color information
#7675BD (or 0x7675BD) is known color: Moody Blue. HEX triplet: 76, 75 and BD. RGB value is (118,117,189). Sum of RGB (Red+Green+Blue) = 118+117+189=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #7675BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7675BD is #898A42. Grayscale: #7D7D7D. Windows color (decimal): -9013827 or 12416374. OLE color: 12416374.
HSL color Cylindrical-coordinate representation of color #7675BD: hue angle of 240.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7675BD is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 117 | 189 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.26 |
| HSL | 240.83º | 0.35% | 0.6% | - |
| HSV(B) | 240.83º | 0.38% | 0.74% | - |
| XYZ | 23.02 | 20.25 | 50.84 | - |
| YUV | 125.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 189 | 0.38 | 0.38 | 0 | 0.26 | 240.83 | 0.35 | 0.6 |
| Hex | 76 | 75 | BD | 26 | 26 | 0 | 1A | F1 | 23 | 3C |
| Octal | 166 | 165 | 275 | 46 | 46 | 0 | 32 | 361 | 43 | 74 |
| Binary | 1110110 | 1110101 | 10111101 | 100110 | 100110 | 0 | 11010 | 11110001 | 100011 | 111100 |
Color Harmonies of #7675BD
Complementary color
Monochromatic Colors of #7675BD
Black with #7675BD
Text Example
Text Example
White with #7675BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7675BD; }
p { color: rgb(118,117,189); }
H1.HeaderClassName
{
color: #7675BD;
}
.AnyTagClassName
{
color: #7675BD;
}
</style>
background-color css
<style>
a { background-color: #7675BD; }
a { background-color: rgb(118,117,189); }
div.DivClassName
{
background-color: #7675BD;
}
.BgClassName
{
background-color: #7675BD;
}
</style>
border-color css
<style>
span { border-color: #7675BD; }
span { border-color: rgb(118,117,189); }
td.TdClassName
{
border-color: #7675BD;
}
.TagClassName
{
border-color: #7675BD;
}
</style>