Shades of Slate Blue #7157CE
Tints of Slate Blue #7157CE
RGB
CMYK
RGB Variations
Color information
#7157CE (or 0x7157CE) is known color: Slate Blue. HEX triplet: 71, 57 and CE. RGB value is (113,87,206). Sum of RGB (Red+Green+Blue) = 113+87+206=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #7157CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7157CE is #8EA831. Grayscale: #6B6B6B. Windows color (decimal): -9349170 or 13522801. OLE color: 13522801.
HSL color Cylindrical-coordinate representation of color #7157CE: hue angle of 253.11º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7157CE is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 87 | 206 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.19 |
| HSL | 253.11º | 0.55% | 0.57% | - |
| HSV(B) | 253.11º | 0.58% | 0.81% | - |
| XYZ | 21.36 | 14.78 | 60.12 | - |
| YUV | 108.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 87 | 206 | 0.45 | 0.58 | 0 | 0.19 | 253.11 | 0.55 | 0.57 |
| Hex | 71 | 57 | CE | 2D | 3A | 0 | 13 | FD | 37 | 39 |
| Octal | 161 | 127 | 316 | 55 | 72 | 0 | 23 | 375 | 67 | 71 |
| Binary | 1110001 | 1010111 | 11001110 | 101101 | 111010 | 0 | 10011 | 11111101 | 110111 | 111001 |
Color Harmonies of #7157CE
Complementary color
Monochromatic Colors of #7157CE
Black with #7157CE
Text Example
Text Example
White with #7157CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7157CE; }
p { color: rgb(113,87,206); }
H1.HeaderClassName
{
color: #7157CE;
}
.AnyTagClassName
{
color: #7157CE;
}
</style>
background-color css
<style>
a { background-color: #7157CE; }
a { background-color: rgb(113,87,206); }
div.DivClassName
{
background-color: #7157CE;
}
.BgClassName
{
background-color: #7157CE;
}
</style>
border-color css
<style>
span { border-color: #7157CE; }
span { border-color: rgb(113,87,206); }
td.TdClassName
{
border-color: #7157CE;
}
.TagClassName
{
border-color: #7157CE;
}
</style>