Shades of Slate Blue #715BDF
Tints of Slate Blue #715BDF
RGB
CMYK
RGB Variations
Color information
#715BDF (or 0x715BDF) is known color: Slate Blue. HEX triplet: 71, 5B and DF. RGB value is (113,91,223). Sum of RGB (Red+Green+Blue) = 113+91+223=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #715BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BDF is #8EA420. Grayscale: #707070. Windows color (decimal): -9348129 or 14637937. OLE color: 14637937.
HSL color Cylindrical-coordinate representation of color #715BDF: hue angle of 250º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #715BDF is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 91 | 223 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.13 |
| HSL | 250º | 0.67% | 0.62% | - |
| HSV(B) | 250º | 0.59% | 0.87% | - |
| XYZ | 23.87 | 16.32 | 71.7 | - |
| YUV | 112.63 | 190.29 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 223 | 0.49 | 0.59 | 0 | 0.13 | 250 | 0.67 | 0.62 |
| Hex | 71 | 5B | DF | 31 | 3B | 0 | D | FA | 43 | 3E |
| Octal | 161 | 133 | 337 | 61 | 73 | 0 | 15 | 372 | 103 | 76 |
| Binary | 1110001 | 1011011 | 11011111 | 110001 | 111011 | 0 | 1101 | 11111010 | 1000011 | 111110 |
Color Harmonies of #715BDF
Complementary color
Monochromatic Colors of #715BDF
Black with #715BDF
Text Example
Text Example
White with #715BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715BDF; }
p { color: rgb(113,91,223); }
H1.HeaderClassName
{
color: #715BDF;
}
.AnyTagClassName
{
color: #715BDF;
}
</style>
background-color css
<style>
a { background-color: #715BDF; }
a { background-color: rgb(113,91,223); }
div.DivClassName
{
background-color: #715BDF;
}
.BgClassName
{
background-color: #715BDF;
}
</style>
border-color css
<style>
span { border-color: #715BDF; }
span { border-color: rgb(113,91,223); }
td.TdClassName
{
border-color: #715BDF;
}
.TagClassName
{
border-color: #715BDF;
}
</style>