Shades of Slate Blue #715CCB
Tints of Slate Blue #715CCB
RGB
CMYK
RGB Variations
Color information
#715CCB (or 0x715CCB) is known color: Slate Blue. HEX triplet: 71, 5C and CB. RGB value is (113,92,203). Sum of RGB (Red+Green+Blue) = 113+92+203=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #715CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CCB is #8EA334. Grayscale: #6E6E6E. Windows color (decimal): -9347893 or 13327473. OLE color: 13327473.
HSL color Cylindrical-coordinate representation of color #715CCB: hue angle of 251.35º 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 #715CCB is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 92 | 203 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.20 |
| HSL | 251.35º | 0.52% | 0.58% | - |
| HSV(B) | 251.35º | 0.55% | 0.8% | - |
| XYZ | 21.42 | 15.48 | 58.36 | - |
| YUV | 110.93 | 179.96 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 203 | 0.44 | 0.55 | 0 | 0.20 | 251.35 | 0.52 | 0.58 |
| Hex | 71 | 5C | CB | 2C | 37 | 0 | 14 | FB | 34 | 3A |
| Octal | 161 | 134 | 313 | 54 | 67 | 0 | 24 | 373 | 64 | 72 |
| Binary | 1110001 | 1011100 | 11001011 | 101100 | 110111 | 0 | 10100 | 11111011 | 110100 | 111010 |
Color Harmonies of #715CCB
Complementary color
Monochromatic Colors of #715CCB
Black with #715CCB
Text Example
Text Example
White with #715CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715CCB; }
p { color: rgb(113,92,203); }
H1.HeaderClassName
{
color: #715CCB;
}
.AnyTagClassName
{
color: #715CCB;
}
</style>
background-color css
<style>
a { background-color: #715CCB; }
a { background-color: rgb(113,92,203); }
div.DivClassName
{
background-color: #715CCB;
}
.BgClassName
{
background-color: #715CCB;
}
</style>
border-color css
<style>
span { border-color: #715CCB; }
span { border-color: rgb(113,92,203); }
td.TdClassName
{
border-color: #715CCB;
}
.TagClassName
{
border-color: #715CCB;
}
</style>