Shades of Slate Blue #7D60CD
Tints of Slate Blue #7D60CD
RGB
CMYK
RGB Variations
Color information
#7D60CD (or 0x7D60CD) is known color: Slate Blue. HEX triplet: 7D, 60 and CD. RGB value is (125,96,205). Sum of RGB (Red+Green+Blue) = 125+96+205=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D60CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D60CD is #829F32. Grayscale: #747474. Windows color (decimal): -8560435 or 13459581. OLE color: 13459581.
HSL color Cylindrical-coordinate representation of color #7D60CD: hue angle of 255.96º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D60CD is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 96 | 205 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.20 |
| HSL | 255.96º | 0.52% | 0.59% | - |
| HSV(B) | 255.96º | 0.53% | 0.8% | - |
| XYZ | 23.66 | 17.13 | 59.82 | - |
| YUV | 117.1 | 177.61 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 205 | 0.39 | 0.53 | 0 | 0.20 | 255.96 | 0.52 | 0.59 |
| Hex | 7D | 60 | CD | 27 | 35 | 0 | 14 | 100 | 34 | 3B |
| Octal | 175 | 140 | 315 | 47 | 65 | 0 | 24 | 400 | 64 | 73 |
| Binary | 1111101 | 1100000 | 11001101 | 100111 | 110101 | 0 | 10100 | 100000000 | 110100 | 111011 |
Color Harmonies of #7D60CD
Complementary color
Monochromatic Colors of #7D60CD
Black with #7D60CD
Text Example
Text Example
White with #7D60CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D60CD; }
p { color: rgb(125,96,205); }
H1.HeaderClassName
{
color: #7D60CD;
}
.AnyTagClassName
{
color: #7D60CD;
}
</style>
background-color css
<style>
a { background-color: #7D60CD; }
a { background-color: rgb(125,96,205); }
div.DivClassName
{
background-color: #7D60CD;
}
.BgClassName
{
background-color: #7D60CD;
}
</style>
border-color css
<style>
span { border-color: #7D60CD; }
span { border-color: rgb(125,96,205); }
td.TdClassName
{
border-color: #7D60CD;
}
.TagClassName
{
border-color: #7D60CD;
}
</style>