Shades of Medium Slate Blue #7671DD
Tints of Medium Slate Blue #7671DD
RGB
CMYK
RGB Variations
Color information
#7671DD (or 0x7671DD) is known color: Medium Slate Blue. HEX triplet: 76, 71 and DD. RGB value is (118,113,221). Sum of RGB (Red+Green+Blue) = 118+113+221=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #7671DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7671DD is #898E22. Grayscale: #7E7E7E. Windows color (decimal): -9014819 or 14512502. OLE color: 14512502.
HSL color Cylindrical-coordinate representation of color #7671DD: hue angle of 242.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7671DD is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 113 | 221 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.13 |
| HSL | 242.78º | 0.61% | 0.65% | - |
| HSV(B) | 242.78º | 0.49% | 0.87% | - |
| XYZ | 26.43 | 20.88 | 71.04 | - |
| YUV | 126.81 | 181.16 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 221 | 0.47 | 0.49 | 0 | 0.13 | 242.78 | 0.61 | 0.65 |
| Hex | 76 | 71 | DD | 2F | 31 | 0 | D | F3 | 3D | 41 |
| Octal | 166 | 161 | 335 | 57 | 61 | 0 | 15 | 363 | 75 | 101 |
| Binary | 1110110 | 1110001 | 11011101 | 101111 | 110001 | 0 | 1101 | 11110011 | 111101 | 1000001 |
Color Harmonies of #7671DD
Complementary color
Monochromatic Colors of #7671DD
Black with #7671DD
Text Example
Text Example
White with #7671DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7671DD; }
p { color: rgb(118,113,221); }
H1.HeaderClassName
{
color: #7671DD;
}
.AnyTagClassName
{
color: #7671DD;
}
</style>
background-color css
<style>
a { background-color: #7671DD; }
a { background-color: rgb(118,113,221); }
div.DivClassName
{
background-color: #7671DD;
}
.BgClassName
{
background-color: #7671DD;
}
</style>
border-color css
<style>
span { border-color: #7671DD; }
span { border-color: rgb(118,113,221); }
td.TdClassName
{
border-color: #7671DD;
}
.TagClassName
{
border-color: #7671DD;
}
</style>