Shades of Slate Blue #715DCE
Tints of Slate Blue #715DCE
RGB
CMYK
RGB Variations
Color information
#715DCE (or 0x715DCE) is known color: Slate Blue. HEX triplet: 71, 5D and CE. RGB value is (113,93,206). Sum of RGB (Red+Green+Blue) = 113+93+206=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #715DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DCE is #8EA231. Grayscale: #6F6F6F. Windows color (decimal): -9347634 or 13524337. OLE color: 13524337.
HSL color Cylindrical-coordinate representation of color #715DCE: hue angle of 250.62º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #715DCE is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 93 | 206 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.19 |
| HSL | 250.62º | 0.54% | 0.59% | - |
| HSV(B) | 250.62º | 0.55% | 0.81% | - |
| XYZ | 21.86 | 15.8 | 60.29 | - |
| YUV | 111.86 | 181.13 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 206 | 0.45 | 0.55 | 0 | 0.19 | 250.62 | 0.54 | 0.59 |
| Hex | 71 | 5D | CE | 2D | 37 | 0 | 13 | FB | 36 | 3B |
| Octal | 161 | 135 | 316 | 55 | 67 | 0 | 23 | 373 | 66 | 73 |
| Binary | 1110001 | 1011101 | 11001110 | 101101 | 110111 | 0 | 10011 | 11111011 | 110110 | 111011 |
Color Harmonies of #715DCE
Complementary color
Monochromatic Colors of #715DCE
Black with #715DCE
Text Example
Text Example
White with #715DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715DCE; }
p { color: rgb(113,93,206); }
H1.HeaderClassName
{
color: #715DCE;
}
.AnyTagClassName
{
color: #715DCE;
}
</style>
background-color css
<style>
a { background-color: #715DCE; }
a { background-color: rgb(113,93,206); }
div.DivClassName
{
background-color: #715DCE;
}
.BgClassName
{
background-color: #715DCE;
}
</style>
border-color css
<style>
span { border-color: #715DCE; }
span { border-color: rgb(113,93,206); }
td.TdClassName
{
border-color: #715DCE;
}
.TagClassName
{
border-color: #715DCE;
}
</style>