Shades of Slate Blue #7150CC
Tints of Slate Blue #7150CC
RGB
CMYK
RGB Variations
Color information
#7150CC (or 0x7150CC) is known color: Slate Blue. HEX triplet: 71, 50 and CC. RGB value is (113,80,204). Sum of RGB (Red+Green+Blue) = 113+80+204=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #7150CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7150CC is #8EAF33. Grayscale: #676767. Windows color (decimal): -9350964 or 13389937. OLE color: 13389937.
HSL color Cylindrical-coordinate representation of color #7150CC: hue angle of 255.97º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7150CC is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 80 | 204 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.2 |
| HSL | 255.97º | 0.55% | 0.56% | - |
| HSV(B) | 255.97º | 0.61% | 0.8% | - |
| XYZ | 20.58 | 13.61 | 58.67 | - |
| YUV | 104 | 184.43 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 204 | 0.45 | 0.61 | 0 | 0.2 | 255.97 | 0.55 | 0.56 |
| Hex | 71 | 50 | CC | 2D | 3D | 0 | 14 | 100 | 37 | 38 |
| Octal | 161 | 120 | 314 | 55 | 75 | 0 | 24 | 400 | 67 | 70 |
| Binary | 1110001 | 1010000 | 11001100 | 101101 | 111101 | 0 | 10100 | 100000000 | 110111 | 111000 |
Color Harmonies of #7150CC
Complementary color
Monochromatic Colors of #7150CC
Black with #7150CC
Text Example
Text Example
White with #7150CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7150CC; }
p { color: rgb(113,80,204); }
H1.HeaderClassName
{
color: #7150CC;
}
.AnyTagClassName
{
color: #7150CC;
}
</style>
background-color css
<style>
a { background-color: #7150CC; }
a { background-color: rgb(113,80,204); }
div.DivClassName
{
background-color: #7150CC;
}
.BgClassName
{
background-color: #7150CC;
}
</style>
border-color css
<style>
span { border-color: #7150CC; }
span { border-color: rgb(113,80,204); }
td.TdClassName
{
border-color: #7150CC;
}
.TagClassName
{
border-color: #7150CC;
}
</style>