Shades of Slate Blue #7D5DCE
Tints of Slate Blue #7D5DCE
RGB
CMYK
RGB Variations
Color information
#7D5DCE (or 0x7D5DCE) is known color: Slate Blue. HEX triplet: 7D, 5D and CE. RGB value is (125,93,206). Sum of RGB (Red+Green+Blue) = 125+93+206=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D5DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5DCE is #82A231. Grayscale: #737373. Windows color (decimal): -8561202 or 13524349. OLE color: 13524349.
HSL color Cylindrical-coordinate representation of color #7D5DCE: hue angle of 256.99º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D5DCE is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 93 | 206 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.19 |
| HSL | 256.99º | 0.54% | 0.59% | - |
| HSV(B) | 256.99º | 0.55% | 0.81% | - |
| XYZ | 23.51 | 16.64 | 60.37 | - |
| YUV | 115.45 | 179.1 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 93 | 206 | 0.39 | 0.55 | 0 | 0.19 | 256.99 | 0.54 | 0.59 |
| Hex | 7D | 5D | CE | 27 | 37 | 0 | 13 | 101 | 36 | 3B |
| Octal | 175 | 135 | 316 | 47 | 67 | 0 | 23 | 401 | 66 | 73 |
| Binary | 1111101 | 1011101 | 11001110 | 100111 | 110111 | 0 | 10011 | 100000001 | 110110 | 111011 |
Color Harmonies of #7D5DCE
Complementary color
Monochromatic Colors of #7D5DCE
Black with #7D5DCE
Text Example
Text Example
White with #7D5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5DCE; }
p { color: rgb(125,93,206); }
H1.HeaderClassName
{
color: #7D5DCE;
}
.AnyTagClassName
{
color: #7D5DCE;
}
</style>
background-color css
<style>
a { background-color: #7D5DCE; }
a { background-color: rgb(125,93,206); }
div.DivClassName
{
background-color: #7D5DCE;
}
.BgClassName
{
background-color: #7D5DCE;
}
</style>
border-color css
<style>
span { border-color: #7D5DCE; }
span { border-color: rgb(125,93,206); }
td.TdClassName
{
border-color: #7D5DCE;
}
.TagClassName
{
border-color: #7D5DCE;
}
</style>