Shades of Medium Slate Blue #7670DF
Tints of Medium Slate Blue #7670DF
RGB
CMYK
RGB Variations
Color information
#7670DF (or 0x7670DF) is known color: Medium Slate Blue. HEX triplet: 76, 70 and DF. RGB value is (118,112,223). Sum of RGB (Red+Green+Blue) = 118+112+223=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #7670DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7670DF is #898F20. Grayscale: #7E7E7E. Windows color (decimal): -9015073 or 14643318. OLE color: 14643318.
HSL color Cylindrical-coordinate representation of color #7670DF: hue angle of 243.24º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7670DF is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 112 | 223 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.13 |
| HSL | 243.24º | 0.63% | 0.66% | - |
| HSV(B) | 243.24º | 0.5% | 0.87% | - |
| XYZ | 26.58 | 20.77 | 72.42 | - |
| YUV | 126.45 | 182.49 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 223 | 0.47 | 0.50 | 0 | 0.13 | 243.24 | 0.63 | 0.66 |
| Hex | 76 | 70 | DF | 2F | 32 | 0 | D | F3 | 3F | 42 |
| Octal | 166 | 160 | 337 | 57 | 62 | 0 | 15 | 363 | 77 | 102 |
| Binary | 1110110 | 1110000 | 11011111 | 101111 | 110010 | 0 | 1101 | 11110011 | 111111 | 1000010 |
Color Harmonies of #7670DF
Complementary color
Monochromatic Colors of #7670DF
Black with #7670DF
Text Example
Text Example
White with #7670DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7670DF; }
p { color: rgb(118,112,223); }
H1.HeaderClassName
{
color: #7670DF;
}
.AnyTagClassName
{
color: #7670DF;
}
</style>
background-color css
<style>
a { background-color: #7670DF; }
a { background-color: rgb(118,112,223); }
div.DivClassName
{
background-color: #7670DF;
}
.BgClassName
{
background-color: #7670DF;
}
</style>
border-color css
<style>
span { border-color: #7670DF; }
span { border-color: rgb(118,112,223); }
td.TdClassName
{
border-color: #7670DF;
}
.TagClassName
{
border-color: #7670DF;
}
</style>