Shades of Slate Blue #715CDF
Tints of Slate Blue #715CDF
RGB
CMYK
RGB Variations
Color information
#715CDF (or 0x715CDF) is known color: Slate Blue. HEX triplet: 71, 5C and DF. RGB value is (113,92,223). Sum of RGB (Red+Green+Blue) = 113+92+223=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #715CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CDF is #8EA320. Grayscale: #707070. Windows color (decimal): -9347873 or 14638193. OLE color: 14638193.
HSL color Cylindrical-coordinate representation of color #715CDF: hue angle of 249.62º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #715CDF is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 92 | 223 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.13 |
| HSL | 249.62º | 0.67% | 0.62% | - |
| HSV(B) | 249.62º | 0.59% | 0.87% | - |
| XYZ | 23.96 | 16.49 | 71.73 | - |
| YUV | 113.21 | 189.96 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 223 | 0.49 | 0.59 | 0 | 0.13 | 249.62 | 0.67 | 0.62 |
| Hex | 71 | 5C | DF | 31 | 3B | 0 | D | FA | 43 | 3E |
| Octal | 161 | 134 | 337 | 61 | 73 | 0 | 15 | 372 | 103 | 76 |
| Binary | 1110001 | 1011100 | 11011111 | 110001 | 111011 | 0 | 1101 | 11111010 | 1000011 | 111110 |
Color Harmonies of #715CDF
Complementary color
Monochromatic Colors of #715CDF
Black with #715CDF
Text Example
Text Example
White with #715CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715CDF; }
p { color: rgb(113,92,223); }
H1.HeaderClassName
{
color: #715CDF;
}
.AnyTagClassName
{
color: #715CDF;
}
</style>
background-color css
<style>
a { background-color: #715CDF; }
a { background-color: rgb(113,92,223); }
div.DivClassName
{
background-color: #715CDF;
}
.BgClassName
{
background-color: #715CDF;
}
</style>
border-color css
<style>
span { border-color: #715CDF; }
span { border-color: rgb(113,92,223); }
td.TdClassName
{
border-color: #715CDF;
}
.TagClassName
{
border-color: #715CDF;
}
</style>