Shades of Slate Blue #7156CA
Tints of Slate Blue #7156CA
RGB
CMYK
RGB Variations
Color information
#7156CA (or 0x7156CA) is known color: Slate Blue. HEX triplet: 71, 56 and CA. RGB value is (113,86,202). Sum of RGB (Red+Green+Blue) = 113+86+202=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #7156CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7156CA is #8EA935. Grayscale: #6A6A6A. Windows color (decimal): -9349430 or 13260401. OLE color: 13260401.
HSL color Cylindrical-coordinate representation of color #7156CA: hue angle of 253.97º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7156CA is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 86 | 202 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.21 |
| HSL | 253.97º | 0.52% | 0.56% | - |
| HSV(B) | 253.97º | 0.57% | 0.79% | - |
| XYZ | 20.8 | 14.43 | 57.57 | - |
| YUV | 107.3 | 181.45 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 86 | 202 | 0.44 | 0.57 | 0 | 0.21 | 253.97 | 0.52 | 0.56 |
| Hex | 71 | 56 | CA | 2C | 39 | 0 | 15 | FE | 34 | 38 |
| Octal | 161 | 126 | 312 | 54 | 71 | 0 | 25 | 376 | 64 | 70 |
| Binary | 1110001 | 1010110 | 11001010 | 101100 | 111001 | 0 | 10101 | 11111110 | 110100 | 111000 |
Color Harmonies of #7156CA
Complementary color
Monochromatic Colors of #7156CA
Black with #7156CA
Text Example
Text Example
White with #7156CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7156CA; }
p { color: rgb(113,86,202); }
H1.HeaderClassName
{
color: #7156CA;
}
.AnyTagClassName
{
color: #7156CA;
}
</style>
background-color css
<style>
a { background-color: #7156CA; }
a { background-color: rgb(113,86,202); }
div.DivClassName
{
background-color: #7156CA;
}
.BgClassName
{
background-color: #7156CA;
}
</style>
border-color css
<style>
span { border-color: #7156CA; }
span { border-color: rgb(113,86,202); }
td.TdClassName
{
border-color: #7156CA;
}
.TagClassName
{
border-color: #7156CA;
}
</style>