Shades of Medium Slate Blue #7D68DA
Tints of Medium Slate Blue #7D68DA
RGB
CMYK
RGB Variations
Color information
#7D68DA (or 0x7D68DA) is known color: Medium Slate Blue. HEX triplet: 7D, 68 and DA. RGB value is (125,104,218). Sum of RGB (Red+Green+Blue) = 125+104+218=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D68DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D68DA is #829725. Grayscale: #7A7A7A. Windows color (decimal): -8558374 or 14313597. OLE color: 14313597.
HSL color Cylindrical-coordinate representation of color #7D68DA: hue angle of 251.05º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D68DA is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 104 | 218 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.15 |
| HSL | 251.05º | 0.61% | 0.63% | - |
| HSV(B) | 251.05º | 0.52% | 0.85% | - |
| XYZ | 26.06 | 19.32 | 68.69 | - |
| YUV | 123.28 | 181.46 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 218 | 0.43 | 0.52 | 0 | 0.15 | 251.05 | 0.61 | 0.63 |
| Hex | 7D | 68 | DA | 2B | 34 | 0 | F | FB | 3D | 3F |
| Octal | 175 | 150 | 332 | 53 | 64 | 0 | 17 | 373 | 75 | 77 |
| Binary | 1111101 | 1101000 | 11011010 | 101011 | 110100 | 0 | 1111 | 11111011 | 111101 | 111111 |
Color Harmonies of #7D68DA
Complementary color
Monochromatic Colors of #7D68DA
Black with #7D68DA
Text Example
Text Example
White with #7D68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D68DA; }
p { color: rgb(125,104,218); }
H1.HeaderClassName
{
color: #7D68DA;
}
.AnyTagClassName
{
color: #7D68DA;
}
</style>
background-color css
<style>
a { background-color: #7D68DA; }
a { background-color: rgb(125,104,218); }
div.DivClassName
{
background-color: #7D68DA;
}
.BgClassName
{
background-color: #7D68DA;
}
</style>
border-color css
<style>
span { border-color: #7D68DA; }
span { border-color: rgb(125,104,218); }
td.TdClassName
{
border-color: #7D68DA;
}
.TagClassName
{
border-color: #7D68DA;
}
</style>