Shades of Slate Blue #715ADA
Tints of Slate Blue #715ADA
RGB
CMYK
RGB Variations
Color information
#715ADA (or 0x715ADA) is known color: Slate Blue. HEX triplet: 71, 5A and DA. RGB value is (113,90,218). Sum of RGB (Red+Green+Blue) = 113+90+218=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #715ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ADA is #8EA525. Grayscale: #6E6E6E. Windows color (decimal): -9348390 or 14310001. OLE color: 14310001.
HSL color Cylindrical-coordinate representation of color #715ADA: hue angle of 250.78º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #715ADA is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 90 | 218 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.15 |
| HSL | 250.78º | 0.63% | 0.6% | - |
| HSV(B) | 250.78º | 0.59% | 0.85% | - |
| XYZ | 23.12 | 15.89 | 68.18 | - |
| YUV | 111.47 | 188.12 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 218 | 0.48 | 0.59 | 0 | 0.15 | 250.78 | 0.63 | 0.6 |
| Hex | 71 | 5A | DA | 30 | 3B | 0 | F | FB | 3F | 3C |
| Octal | 161 | 132 | 332 | 60 | 73 | 0 | 17 | 373 | 77 | 74 |
| Binary | 1110001 | 1011010 | 11011010 | 110000 | 111011 | 0 | 1111 | 11111011 | 111111 | 111100 |
Color Harmonies of #715ADA
Complementary color
Monochromatic Colors of #715ADA
Black with #715ADA
Text Example
Text Example
White with #715ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715ADA; }
p { color: rgb(113,90,218); }
H1.HeaderClassName
{
color: #715ADA;
}
.AnyTagClassName
{
color: #715ADA;
}
</style>
background-color css
<style>
a { background-color: #715ADA; }
a { background-color: rgb(113,90,218); }
div.DivClassName
{
background-color: #715ADA;
}
.BgClassName
{
background-color: #715ADA;
}
</style>
border-color css
<style>
span { border-color: #715ADA; }
span { border-color: rgb(113,90,218); }
td.TdClassName
{
border-color: #715ADA;
}
.TagClassName
{
border-color: #715ADA;
}
</style>