Shades of Slate Blue #7D5BCB
Tints of Slate Blue #7D5BCB
RGB
CMYK
RGB Variations
Color information
#7D5BCB (or 0x7D5BCB) is known color: Slate Blue. HEX triplet: 7D, 5B and CB. RGB value is (125,91,203). Sum of RGB (Red+Green+Blue) = 125+91+203=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D5BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5BCB is #82A434. Grayscale: #717171. Windows color (decimal): -8561717 or 13327229. OLE color: 13327229.
HSL color Cylindrical-coordinate representation of color #7D5BCB: hue angle of 258.21º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D5BCB is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 91 | 203 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.20 |
| HSL | 258.21º | 0.52% | 0.58% | - |
| HSV(B) | 258.21º | 0.55% | 0.8% | - |
| XYZ | 22.98 | 16.15 | 58.41 | - |
| YUV | 113.93 | 178.26 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 91 | 203 | 0.38 | 0.55 | 0 | 0.20 | 258.21 | 0.52 | 0.58 |
| Hex | 7D | 5B | CB | 26 | 37 | 0 | 14 | 102 | 34 | 3A |
| Octal | 175 | 133 | 313 | 46 | 67 | 0 | 24 | 402 | 64 | 72 |
| Binary | 1111101 | 1011011 | 11001011 | 100110 | 110111 | 0 | 10100 | 100000010 | 110100 | 111010 |
Color Harmonies of #7D5BCB
Complementary color
Monochromatic Colors of #7D5BCB
Black with #7D5BCB
Text Example
Text Example
White with #7D5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5BCB; }
p { color: rgb(125,91,203); }
H1.HeaderClassName
{
color: #7D5BCB;
}
.AnyTagClassName
{
color: #7D5BCB;
}
</style>
background-color css
<style>
a { background-color: #7D5BCB; }
a { background-color: rgb(125,91,203); }
div.DivClassName
{
background-color: #7D5BCB;
}
.BgClassName
{
background-color: #7D5BCB;
}
</style>
border-color css
<style>
span { border-color: #7D5BCB; }
span { border-color: rgb(125,91,203); }
td.TdClassName
{
border-color: #7D5BCB;
}
.TagClassName
{
border-color: #7D5BCB;
}
</style>