Shades of Slate Blue #7D54CD
Tints of Slate Blue #7D54CD
RGB
CMYK
RGB Variations
Color information
#7D54CD (or 0x7D54CD) is known color: Slate Blue. HEX triplet: 7D, 54 and CD. RGB value is (125,84,205). Sum of RGB (Red+Green+Blue) = 125+84+205=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D54CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D54CD is #82AB32. Grayscale: #6D6D6D. Windows color (decimal): -8563507 or 13456509. OLE color: 13456509.
HSL color Cylindrical-coordinate representation of color #7D54CD: hue angle of 260.33º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D54CD is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 84 | 205 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.20 |
| HSL | 260.33º | 0.55% | 0.57% | - |
| HSV(B) | 260.33º | 0.59% | 0.8% | - |
| XYZ | 22.65 | 15.11 | 59.48 | - |
| YUV | 110.05 | 181.58 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 84 | 205 | 0.39 | 0.59 | 0 | 0.20 | 260.33 | 0.55 | 0.57 |
| Hex | 7D | 54 | CD | 27 | 3B | 0 | 14 | 104 | 37 | 39 |
| Octal | 175 | 124 | 315 | 47 | 73 | 0 | 24 | 404 | 67 | 71 |
| Binary | 1111101 | 1010100 | 11001101 | 100111 | 111011 | 0 | 10100 | 100000100 | 110111 | 111001 |
Color Harmonies of #7D54CD
Complementary color
Monochromatic Colors of #7D54CD
Black with #7D54CD
Text Example
Text Example
White with #7D54CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D54CD; }
p { color: rgb(125,84,205); }
H1.HeaderClassName
{
color: #7D54CD;
}
.AnyTagClassName
{
color: #7D54CD;
}
</style>
background-color css
<style>
a { background-color: #7D54CD; }
a { background-color: rgb(125,84,205); }
div.DivClassName
{
background-color: #7D54CD;
}
.BgClassName
{
background-color: #7D54CD;
}
</style>
border-color css
<style>
span { border-color: #7D54CD; }
span { border-color: rgb(125,84,205); }
td.TdClassName
{
border-color: #7D54CD;
}
.TagClassName
{
border-color: #7D54CD;
}
</style>