Shades of Slate Blue #7D60CC
Tints of Slate Blue #7D60CC
RGB
CMYK
RGB Variations
Color information
#7D60CC (or 0x7D60CC) is known color: Slate Blue. HEX triplet: 7D, 60 and CC. RGB value is (125,96,204). Sum of RGB (Red+Green+Blue) = 125+96+204=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D60CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D60CC is #829F33. Grayscale: #747474. Windows color (decimal): -8560436 or 13394045. OLE color: 13394045.
HSL color Cylindrical-coordinate representation of color #7D60CC: hue angle of 256.11º degrees, saturation: 0.51, 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 #7D60CC is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 96 | 204 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.2 |
| HSL | 256.11º | 0.51% | 0.59% | - |
| HSV(B) | 256.11º | 0.53% | 0.8% | - |
| XYZ | 23.54 | 17.09 | 59.18 | - |
| YUV | 116.98 | 177.11 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 204 | 0.39 | 0.53 | 0 | 0.2 | 256.11 | 0.51 | 0.59 |
| Hex | 7D | 60 | CC | 27 | 35 | 0 | 14 | 100 | 33 | 3B |
| Octal | 175 | 140 | 314 | 47 | 65 | 0 | 24 | 400 | 63 | 73 |
| Binary | 1111101 | 1100000 | 11001100 | 100111 | 110101 | 0 | 10100 | 100000000 | 110011 | 111011 |
Color Harmonies of #7D60CC
Complementary color
Monochromatic Colors of #7D60CC
Black with #7D60CC
Text Example
Text Example
White with #7D60CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D60CC; }
p { color: rgb(125,96,204); }
H1.HeaderClassName
{
color: #7D60CC;
}
.AnyTagClassName
{
color: #7D60CC;
}
</style>
background-color css
<style>
a { background-color: #7D60CC; }
a { background-color: rgb(125,96,204); }
div.DivClassName
{
background-color: #7D60CC;
}
.BgClassName
{
background-color: #7D60CC;
}
</style>
border-color css
<style>
span { border-color: #7D60CC; }
span { border-color: rgb(125,96,204); }
td.TdClassName
{
border-color: #7D60CC;
}
.TagClassName
{
border-color: #7D60CC;
}
</style>