Shades of Slate Blue #7D5ACB
Tints of Slate Blue #7D5ACB
RGB
CMYK
RGB Variations
Color information
#7D5ACB (or 0x7D5ACB) is known color: Slate Blue. HEX triplet: 7D, 5A and CB. RGB value is (125,90,203). Sum of RGB (Red+Green+Blue) = 125+90+203=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5ACB is #82A534. Grayscale: #707070. Windows color (decimal): -8561973 or 13326973. OLE color: 13326973.
HSL color Cylindrical-coordinate representation of color #7D5ACB: hue angle of 258.58º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D5ACB is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 90 | 203 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.20 |
| HSL | 258.58º | 0.52% | 0.57% | - |
| HSV(B) | 258.58º | 0.56% | 0.8% | - |
| XYZ | 22.89 | 15.98 | 58.38 | - |
| YUV | 113.35 | 178.6 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 90 | 203 | 0.38 | 0.56 | 0 | 0.20 | 258.58 | 0.52 | 0.57 |
| Hex | 7D | 5A | CB | 26 | 38 | 0 | 14 | 103 | 34 | 39 |
| Octal | 175 | 132 | 313 | 46 | 70 | 0 | 24 | 403 | 64 | 71 |
| Binary | 1111101 | 1011010 | 11001011 | 100110 | 111000 | 0 | 10100 | 100000011 | 110100 | 111001 |
Color Harmonies of #7D5ACB
Complementary color
Monochromatic Colors of #7D5ACB
Black with #7D5ACB
Text Example
Text Example
White with #7D5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5ACB; }
p { color: rgb(125,90,203); }
H1.HeaderClassName
{
color: #7D5ACB;
}
.AnyTagClassName
{
color: #7D5ACB;
}
</style>
background-color css
<style>
a { background-color: #7D5ACB; }
a { background-color: rgb(125,90,203); }
div.DivClassName
{
background-color: #7D5ACB;
}
.BgClassName
{
background-color: #7D5ACB;
}
</style>
border-color css
<style>
span { border-color: #7D5ACB; }
span { border-color: rgb(125,90,203); }
td.TdClassName
{
border-color: #7D5ACB;
}
.TagClassName
{
border-color: #7D5ACB;
}
</style>