Shades of Slate Blue #715ACD
Tints of Slate Blue #715ACD
RGB
CMYK
RGB Variations
Color information
#715ACD (or 0x715ACD) is known color: Slate Blue. HEX triplet: 71, 5A and CD. RGB value is (113,90,205). Sum of RGB (Red+Green+Blue) = 113+90+205=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #715ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ACD is #8EA532. Grayscale: #6D6D6D. Windows color (decimal): -9348403 or 13458033. OLE color: 13458033.
HSL color Cylindrical-coordinate representation of color #715ACD: hue angle of 252º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #715ACD is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 90 | 205 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.20 |
| HSL | 252º | 0.53% | 0.58% | - |
| HSV(B) | 252º | 0.56% | 0.8% | - |
| XYZ | 21.49 | 15.23 | 59.57 | - |
| YUV | 109.99 | 181.62 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 205 | 0.45 | 0.56 | 0 | 0.20 | 252 | 0.53 | 0.58 |
| Hex | 71 | 5A | CD | 2D | 38 | 0 | 14 | FC | 35 | 3A |
| Octal | 161 | 132 | 315 | 55 | 70 | 0 | 24 | 374 | 65 | 72 |
| Binary | 1110001 | 1011010 | 11001101 | 101101 | 111000 | 0 | 10100 | 11111100 | 110101 | 111010 |
Color Harmonies of #715ACD
Complementary color
Monochromatic Colors of #715ACD
Black with #715ACD
Text Example
Text Example
White with #715ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715ACD; }
p { color: rgb(113,90,205); }
H1.HeaderClassName
{
color: #715ACD;
}
.AnyTagClassName
{
color: #715ACD;
}
</style>
background-color css
<style>
a { background-color: #715ACD; }
a { background-color: rgb(113,90,205); }
div.DivClassName
{
background-color: #715ACD;
}
.BgClassName
{
background-color: #715ACD;
}
</style>
border-color css
<style>
span { border-color: #715ACD; }
span { border-color: rgb(113,90,205); }
td.TdClassName
{
border-color: #715ACD;
}
.TagClassName
{
border-color: #715ACD;
}
</style>