Shades of Slate Blue #715AD4
Tints of Slate Blue #715AD4
RGB
CMYK
RGB Variations
Color information
#715AD4 (or 0x715AD4) is known color: Slate Blue. HEX triplet: 71, 5A and D4. RGB value is (113,90,212). Sum of RGB (Red+Green+Blue) = 113+90+212=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 212 (83.20% from 255 or 51.08% from 415); Max value from RGB is 212 - color contains mainly: blue. Hex color #715AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715AD4 is #8EA52B. Grayscale: #6E6E6E. Windows color (decimal): -9348396 or 13916785. OLE color: 13916785.
HSL color Cylindrical-coordinate representation of color #715AD4: hue angle of 251.31º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #715AD4 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 90 | 212 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.17 |
| HSL | 251.31º | 0.59% | 0.59% | - |
| HSV(B) | 251.31º | 0.58% | 0.83% | - |
| XYZ | 22.35 | 15.58 | 64.12 | - |
| YUV | 110.79 | 185.12 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 212 | 0.47 | 0.58 | 0 | 0.17 | 251.31 | 0.59 | 0.59 |
| Hex | 71 | 5A | D4 | 2F | 3A | 0 | 11 | FB | 3B | 3B |
| Octal | 161 | 132 | 324 | 57 | 72 | 0 | 21 | 373 | 73 | 73 |
| Binary | 1110001 | 1011010 | 11010100 | 101111 | 111010 | 0 | 10001 | 11111011 | 111011 | 111011 |
Color Harmonies of #715AD4
Complementary color
Monochromatic Colors of #715AD4
Black with #715AD4
Text Example
Text Example
White with #715AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715AD4; }
p { color: rgb(113,90,212); }
H1.HeaderClassName
{
color: #715AD4;
}
.AnyTagClassName
{
color: #715AD4;
}
</style>
background-color css
<style>
a { background-color: #715AD4; }
a { background-color: rgb(113,90,212); }
div.DivClassName
{
background-color: #715AD4;
}
.BgClassName
{
background-color: #715AD4;
}
</style>
border-color css
<style>
span { border-color: #715AD4; }
span { border-color: rgb(113,90,212); }
td.TdClassName
{
border-color: #715AD4;
}
.TagClassName
{
border-color: #715AD4;
}
</style>