Shades of Slate Blue #715BDE
Tints of Slate Blue #715BDE
RGB
CMYK
RGB Variations
Color information
#715BDE (or 0x715BDE) is known color: Slate Blue. HEX triplet: 71, 5B and DE. RGB value is (113,91,222). Sum of RGB (Red+Green+Blue) = 113+91+222=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #715BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BDE is #8EA421. Grayscale: #707070. Windows color (decimal): -9348130 or 14572401. OLE color: 14572401.
HSL color Cylindrical-coordinate representation of color #715BDE: hue angle of 250.08º degrees, saturation: 0.66, 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 #715BDE is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 91 | 222 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.13 |
| HSL | 250.08º | 0.66% | 0.61% | - |
| HSV(B) | 250.08º | 0.59% | 0.87% | - |
| XYZ | 23.74 | 16.27 | 71 | - |
| YUV | 112.51 | 189.79 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 222 | 0.49 | 0.59 | 0 | 0.13 | 250.08 | 0.66 | 0.61 |
| Hex | 71 | 5B | DE | 31 | 3B | 0 | D | FA | 42 | 3D |
| Octal | 161 | 133 | 336 | 61 | 73 | 0 | 15 | 372 | 102 | 75 |
| Binary | 1110001 | 1011011 | 11011110 | 110001 | 111011 | 0 | 1101 | 11111010 | 1000010 | 111101 |
Color Harmonies of #715BDE
Complementary color
Monochromatic Colors of #715BDE
Black with #715BDE
Text Example
Text Example
White with #715BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715BDE; }
p { color: rgb(113,91,222); }
H1.HeaderClassName
{
color: #715BDE;
}
.AnyTagClassName
{
color: #715BDE;
}
</style>
background-color css
<style>
a { background-color: #715BDE; }
a { background-color: rgb(113,91,222); }
div.DivClassName
{
background-color: #715BDE;
}
.BgClassName
{
background-color: #715BDE;
}
</style>
border-color css
<style>
span { border-color: #715BDE; }
span { border-color: rgb(113,91,222); }
td.TdClassName
{
border-color: #715BDE;
}
.TagClassName
{
border-color: #715BDE;
}
</style>