Shades of Slate Blue #7D63CD
Tints of Slate Blue #7D63CD
RGB
CMYK
RGB Variations
Color information
#7D63CD (or 0x7D63CD) is known color: Slate Blue. HEX triplet: 7D, 63 and CD. RGB value is (125,99,205). Sum of RGB (Red+Green+Blue) = 125+99+205=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D63CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D63CD is #829C32. Grayscale: #767676. Windows color (decimal): -8559667 or 13460349. OLE color: 13460349.
HSL color Cylindrical-coordinate representation of color #7D63CD: hue angle of 254.72º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D63CD is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 99 | 205 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.20 |
| HSL | 254.72º | 0.51% | 0.6% | - |
| HSV(B) | 254.72º | 0.52% | 0.8% | - |
| XYZ | 23.94 | 17.69 | 59.91 | - |
| YUV | 118.86 | 176.61 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 205 | 0.39 | 0.52 | 0 | 0.20 | 254.72 | 0.51 | 0.6 |
| Hex | 7D | 63 | CD | 27 | 34 | 0 | 14 | FF | 33 | 3C |
| Octal | 175 | 143 | 315 | 47 | 64 | 0 | 24 | 377 | 63 | 74 |
| Binary | 1111101 | 1100011 | 11001101 | 100111 | 110100 | 0 | 10100 | 11111111 | 110011 | 111100 |
Color Harmonies of #7D63CD
Complementary color
Monochromatic Colors of #7D63CD
Black with #7D63CD
Text Example
Text Example
White with #7D63CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D63CD; }
p { color: rgb(125,99,205); }
H1.HeaderClassName
{
color: #7D63CD;
}
.AnyTagClassName
{
color: #7D63CD;
}
</style>
background-color css
<style>
a { background-color: #7D63CD; }
a { background-color: rgb(125,99,205); }
div.DivClassName
{
background-color: #7D63CD;
}
.BgClassName
{
background-color: #7D63CD;
}
</style>
border-color css
<style>
span { border-color: #7D63CD; }
span { border-color: rgb(125,99,205); }
td.TdClassName
{
border-color: #7D63CD;
}
.TagClassName
{
border-color: #7D63CD;
}
</style>