Shades of Moody Blue #7675DA
Tints of Moody Blue #7675DA
RGB
CMYK
RGB Variations
Color information
#7675DA (or 0x7675DA) is known color: Moody Blue. HEX triplet: 76, 75 and DA. RGB value is (118,117,218). Sum of RGB (Red+Green+Blue) = 118+117+218=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #7675DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7675DA is #898A25. Grayscale: #808080. Windows color (decimal): -9013798 or 14316918. OLE color: 14316918.
HSL color Cylindrical-coordinate representation of color #7675DA: hue angle of 240.59º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7675DA is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 117 | 218 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.15 |
| HSL | 240.59º | 0.58% | 0.66% | - |
| HSV(B) | 240.59º | 0.46% | 0.85% | - |
| XYZ | 26.49 | 21.64 | 69.11 | - |
| YUV | 128.81 | 178.33 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 218 | 0.46 | 0.46 | 0 | 0.15 | 240.59 | 0.58 | 0.66 |
| Hex | 76 | 75 | DA | 2E | 2E | 0 | F | F1 | 3A | 42 |
| Octal | 166 | 165 | 332 | 56 | 56 | 0 | 17 | 361 | 72 | 102 |
| Binary | 1110110 | 1110101 | 11011010 | 101110 | 101110 | 0 | 1111 | 11110001 | 111010 | 1000010 |
Color Harmonies of #7675DA
Complementary color
Monochromatic Colors of #7675DA
Black with #7675DA
Text Example
Text Example
White with #7675DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7675DA; }
p { color: rgb(118,117,218); }
H1.HeaderClassName
{
color: #7675DA;
}
.AnyTagClassName
{
color: #7675DA;
}
</style>
background-color css
<style>
a { background-color: #7675DA; }
a { background-color: rgb(118,117,218); }
div.DivClassName
{
background-color: #7675DA;
}
.BgClassName
{
background-color: #7675DA;
}
</style>
border-color css
<style>
span { border-color: #7675DA; }
span { border-color: rgb(118,117,218); }
td.TdClassName
{
border-color: #7675DA;
}
.TagClassName
{
border-color: #7675DA;
}
</style>