Shades of Slate Blue #7D4FCB
Tints of Slate Blue #7D4FCB
RGB
CMYK
RGB Variations
Color information
#7D4FCB (or 0x7D4FCB) is known color: Slate Blue. HEX triplet: 7D, 4F and CB. RGB value is (125,79,203). Sum of RGB (Red+Green+Blue) = 125+79+203=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D4FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4FCB is #82B034. Grayscale: #6A6A6A. Windows color (decimal): -8564789 or 13324157. OLE color: 13324157.
HSL color Cylindrical-coordinate representation of color #7D4FCB: hue angle of 262.26º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D4FCB is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 79 | 203 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.20 |
| HSL | 262.26º | 0.54% | 0.55% | - |
| HSV(B) | 262.26º | 0.61% | 0.8% | - |
| XYZ | 22.03 | 14.26 | 58.09 | - |
| YUV | 106.89 | 182.24 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 203 | 0.38 | 0.61 | 0 | 0.20 | 262.26 | 0.54 | 0.55 |
| Hex | 7D | 4F | CB | 26 | 3D | 0 | 14 | 106 | 36 | 37 |
| Octal | 175 | 117 | 313 | 46 | 75 | 0 | 24 | 406 | 66 | 67 |
| Binary | 1111101 | 1001111 | 11001011 | 100110 | 111101 | 0 | 10100 | 100000110 | 110110 | 110111 |
Color Harmonies of #7D4FCB
Complementary color
Monochromatic Colors of #7D4FCB
Black with #7D4FCB
Text Example
Text Example
White with #7D4FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4FCB; }
p { color: rgb(125,79,203); }
H1.HeaderClassName
{
color: #7D4FCB;
}
.AnyTagClassName
{
color: #7D4FCB;
}
</style>
background-color css
<style>
a { background-color: #7D4FCB; }
a { background-color: rgb(125,79,203); }
div.DivClassName
{
background-color: #7D4FCB;
}
.BgClassName
{
background-color: #7D4FCB;
}
</style>
border-color css
<style>
span { border-color: #7D4FCB; }
span { border-color: rgb(125,79,203); }
td.TdClassName
{
border-color: #7D4FCB;
}
.TagClassName
{
border-color: #7D4FCB;
}
</style>