Shades of Medium Slate Blue #7670DA
Tints of Medium Slate Blue #7670DA
RGB
CMYK
RGB Variations
Color information
#7670DA (or 0x7670DA) is known color: Medium Slate Blue. HEX triplet: 76, 70 and DA. RGB value is (118,112,218). Sum of RGB (Red+Green+Blue) = 118+112+218=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #7670DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7670DA is #898F25. Grayscale: #7D7D7D. Windows color (decimal): -9015078 or 14315638. OLE color: 14315638.
HSL color Cylindrical-coordinate representation of color #7670DA: hue angle of 243.4º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7670DA is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 112 | 218 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.15 |
| HSL | 243.4º | 0.59% | 0.65% | - |
| HSV(B) | 243.4º | 0.49% | 0.85% | - |
| XYZ | 25.92 | 20.5 | 68.92 | - |
| YUV | 125.88 | 179.99 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 218 | 0.46 | 0.49 | 0 | 0.15 | 243.4 | 0.59 | 0.65 |
| Hex | 76 | 70 | DA | 2E | 31 | 0 | F | F3 | 3B | 41 |
| Octal | 166 | 160 | 332 | 56 | 61 | 0 | 17 | 363 | 73 | 101 |
| Binary | 1110110 | 1110000 | 11011010 | 101110 | 110001 | 0 | 1111 | 11110011 | 111011 | 1000001 |
Color Harmonies of #7670DA
Complementary color
Monochromatic Colors of #7670DA
Black with #7670DA
Text Example
Text Example
White with #7670DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7670DA; }
p { color: rgb(118,112,218); }
H1.HeaderClassName
{
color: #7670DA;
}
.AnyTagClassName
{
color: #7670DA;
}
</style>
background-color css
<style>
a { background-color: #7670DA; }
a { background-color: rgb(118,112,218); }
div.DivClassName
{
background-color: #7670DA;
}
.BgClassName
{
background-color: #7670DA;
}
</style>
border-color css
<style>
span { border-color: #7670DA; }
span { border-color: rgb(118,112,218); }
td.TdClassName
{
border-color: #7670DA;
}
.TagClassName
{
border-color: #7670DA;
}
</style>