Shades of Slate Blue #715ADE
Tints of Slate Blue #715ADE
RGB
CMYK
RGB Variations
Color information
#715ADE (or 0x715ADE) is known color: Slate Blue. HEX triplet: 71, 5A and DE. RGB value is (113,90,222). Sum of RGB (Red+Green+Blue) = 113+90+222=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #715ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ADE is #8EA521. Grayscale: #6F6F6F. Windows color (decimal): -9348386 or 14572145. OLE color: 14572145.
HSL color Cylindrical-coordinate representation of color #715ADE: hue angle of 250.45º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #715ADE is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 90 | 222 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.13 |
| HSL | 250.45º | 0.67% | 0.61% | - |
| HSV(B) | 250.45º | 0.59% | 0.87% | - |
| XYZ | 23.65 | 16.1 | 70.97 | - |
| YUV | 111.93 | 190.12 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 222 | 0.49 | 0.59 | 0 | 0.13 | 250.45 | 0.67 | 0.61 |
| Hex | 71 | 5A | DE | 31 | 3B | 0 | D | FA | 43 | 3D |
| Octal | 161 | 132 | 336 | 61 | 73 | 0 | 15 | 372 | 103 | 75 |
| Binary | 1110001 | 1011010 | 11011110 | 110001 | 111011 | 0 | 1101 | 11111010 | 1000011 | 111101 |
Color Harmonies of #715ADE
Complementary color
Monochromatic Colors of #715ADE
Black with #715ADE
Text Example
Text Example
White with #715ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715ADE; }
p { color: rgb(113,90,222); }
H1.HeaderClassName
{
color: #715ADE;
}
.AnyTagClassName
{
color: #715ADE;
}
</style>
background-color css
<style>
a { background-color: #715ADE; }
a { background-color: rgb(113,90,222); }
div.DivClassName
{
background-color: #715ADE;
}
.BgClassName
{
background-color: #715ADE;
}
</style>
border-color css
<style>
span { border-color: #715ADE; }
span { border-color: rgb(113,90,222); }
td.TdClassName
{
border-color: #715ADE;
}
.TagClassName
{
border-color: #715ADE;
}
</style>