Shades of Slate Blue #7158D0
Tints of Slate Blue #7158D0
RGB
CMYK
RGB Variations
Color information
#7158D0 (or 0x7158D0) is known color: Slate Blue. HEX triplet: 71, 58 and D0. RGB value is (113,88,208). Sum of RGB (Red+Green+Blue) = 113+88+208=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #7158D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7158D0 is #8EA72F. Grayscale: #6C6C6C. Windows color (decimal): -9348912 or 13654129. OLE color: 13654129.
HSL color Cylindrical-coordinate representation of color #7158D0: hue angle of 252.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7158D0 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 88 | 208 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.18 |
| HSL | 252.5º | 0.56% | 0.58% | - |
| HSV(B) | 252.5º | 0.58% | 0.82% | - |
| XYZ | 21.68 | 15.04 | 61.44 | - |
| YUV | 109.16 | 183.78 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 88 | 208 | 0.46 | 0.58 | 0 | 0.18 | 252.5 | 0.56 | 0.58 |
| Hex | 71 | 58 | D0 | 2E | 3A | 0 | 12 | FD | 38 | 3A |
| Octal | 161 | 130 | 320 | 56 | 72 | 0 | 22 | 375 | 70 | 72 |
| Binary | 1110001 | 1011000 | 11010000 | 101110 | 111010 | 0 | 10010 | 11111101 | 111000 | 111010 |
Color Harmonies of #7158D0
Complementary color
Monochromatic Colors of #7158D0
Black with #7158D0
Text Example
Text Example
White with #7158D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7158D0; }
p { color: rgb(113,88,208); }
H1.HeaderClassName
{
color: #7158D0;
}
.AnyTagClassName
{
color: #7158D0;
}
</style>
background-color css
<style>
a { background-color: #7158D0; }
a { background-color: rgb(113,88,208); }
div.DivClassName
{
background-color: #7158D0;
}
.BgClassName
{
background-color: #7158D0;
}
</style>
border-color css
<style>
span { border-color: #7158D0; }
span { border-color: rgb(113,88,208); }
td.TdClassName
{
border-color: #7158D0;
}
.TagClassName
{
border-color: #7158D0;
}
</style>