Shades of Slate Blue #715DCA
Tints of Slate Blue #715DCA
RGB
CMYK
RGB Variations
Color information
#715DCA (or 0x715DCA) is known color: Slate Blue. HEX triplet: 71, 5D and CA. RGB value is (113,93,202). Sum of RGB (Red+Green+Blue) = 113+93+202=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #715DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DCA is #8EA235. Grayscale: #6E6E6E. Windows color (decimal): -9347638 or 13262193. OLE color: 13262193.
HSL color Cylindrical-coordinate representation of color #715DCA: hue angle of 251.01º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #715DCA is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 93 | 202 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.21 |
| HSL | 251.01º | 0.51% | 0.58% | - |
| HSV(B) | 251.01º | 0.54% | 0.79% | - |
| XYZ | 21.39 | 15.6 | 57.76 | - |
| YUV | 111.41 | 179.13 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 202 | 0.44 | 0.54 | 0 | 0.21 | 251.01 | 0.51 | 0.58 |
| Hex | 71 | 5D | CA | 2C | 36 | 0 | 15 | FB | 33 | 3A |
| Octal | 161 | 135 | 312 | 54 | 66 | 0 | 25 | 373 | 63 | 72 |
| Binary | 1110001 | 1011101 | 11001010 | 101100 | 110110 | 0 | 10101 | 11111011 | 110011 | 111010 |
Color Harmonies of #715DCA
Complementary color
Monochromatic Colors of #715DCA
Black with #715DCA
Text Example
Text Example
White with #715DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715DCA; }
p { color: rgb(113,93,202); }
H1.HeaderClassName
{
color: #715DCA;
}
.AnyTagClassName
{
color: #715DCA;
}
</style>
background-color css
<style>
a { background-color: #715DCA; }
a { background-color: rgb(113,93,202); }
div.DivClassName
{
background-color: #715DCA;
}
.BgClassName
{
background-color: #715DCA;
}
</style>
border-color css
<style>
span { border-color: #715DCA; }
span { border-color: rgb(113,93,202); }
td.TdClassName
{
border-color: #715DCA;
}
.TagClassName
{
border-color: #715DCA;
}
</style>