Shades of Slate Blue #715AD3
Tints of Slate Blue #715AD3
RGB
CMYK
RGB Variations
Color information
#715AD3 (or 0x715AD3) is known color: Slate Blue. HEX triplet: 71, 5A and D3. RGB value is (113,90,211). Sum of RGB (Red+Green+Blue) = 113+90+211=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 211 (82.81% from 255 or 50.97% from 414); Max value from RGB is 211 - color contains mainly: blue. Hex color #715AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715AD3 is #8EA52C. Grayscale: #6E6E6E. Windows color (decimal): -9348397 or 13851249. OLE color: 13851249.
HSL color Cylindrical-coordinate representation of color #715AD3: hue angle of 251.4º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #715AD3 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 90 | 211 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.17 |
| HSL | 251.41º | 0.58% | 0.59% | - |
| HSV(B) | 251.41º | 0.57% | 0.83% | - |
| XYZ | 22.22 | 15.53 | 63.45 | - |
| YUV | 110.67 | 184.62 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 211 | 0.46 | 0.57 | 0 | 0.17 | 251.41 | 0.58 | 0.59 |
| Hex | 71 | 5A | D3 | 2E | 39 | 0 | 11 | FB | 3A | 3B |
| Octal | 161 | 132 | 323 | 56 | 71 | 0 | 21 | 373 | 72 | 73 |
| Binary | 1110001 | 1011010 | 11010011 | 101110 | 111001 | 0 | 10001 | 11111011 | 111010 | 111011 |
Color Harmonies of #715AD3
Complementary color
Monochromatic Colors of #715AD3
Black with #715AD3
Text Example
Text Example
White with #715AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715AD3; }
p { color: rgb(113,90,211); }
H1.HeaderClassName
{
color: #715AD3;
}
.AnyTagClassName
{
color: #715AD3;
}
</style>
background-color css
<style>
a { background-color: #715AD3; }
a { background-color: rgb(113,90,211); }
div.DivClassName
{
background-color: #715AD3;
}
.BgClassName
{
background-color: #715AD3;
}
</style>
border-color css
<style>
span { border-color: #715AD3; }
span { border-color: rgb(113,90,211); }
td.TdClassName
{
border-color: #715AD3;
}
.TagClassName
{
border-color: #715AD3;
}
</style>