Shades of Slate Blue #715CCC
Tints of Slate Blue #715CCC
RGB
CMYK
RGB Variations
Color information
#715CCC (or 0x715CCC) is known color: Slate Blue. HEX triplet: 71, 5C and CC. RGB value is (113,92,204). Sum of RGB (Red+Green+Blue) = 113+92+204=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #715CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CCC is #8EA333. Grayscale: #6E6E6E. Windows color (decimal): -9347892 or 13393009. OLE color: 13393009.
HSL color Cylindrical-coordinate representation of color #715CCC: hue angle of 251.25º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #715CCC is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 92 | 204 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.2 |
| HSL | 251.25º | 0.52% | 0.58% | - |
| HSV(B) | 251.25º | 0.55% | 0.8% | - |
| XYZ | 21.54 | 15.52 | 58.99 | - |
| YUV | 111.05 | 180.46 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 204 | 0.45 | 0.55 | 0 | 0.2 | 251.25 | 0.52 | 0.58 |
| Hex | 71 | 5C | CC | 2D | 37 | 0 | 14 | FB | 34 | 3A |
| Octal | 161 | 134 | 314 | 55 | 67 | 0 | 24 | 373 | 64 | 72 |
| Binary | 1110001 | 1011100 | 11001100 | 101101 | 110111 | 0 | 10100 | 11111011 | 110100 | 111010 |
Color Harmonies of #715CCC
Complementary color
Monochromatic Colors of #715CCC
Black with #715CCC
Text Example
Text Example
White with #715CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715CCC; }
p { color: rgb(113,92,204); }
H1.HeaderClassName
{
color: #715CCC;
}
.AnyTagClassName
{
color: #715CCC;
}
</style>
background-color css
<style>
a { background-color: #715CCC; }
a { background-color: rgb(113,92,204); }
div.DivClassName
{
background-color: #715CCC;
}
.BgClassName
{
background-color: #715CCC;
}
</style>
border-color css
<style>
span { border-color: #715CCC; }
span { border-color: rgb(113,92,204); }
td.TdClassName
{
border-color: #715CCC;
}
.TagClassName
{
border-color: #715CCC;
}
</style>