Shades of Slate Blue #715BCB
Tints of Slate Blue #715BCB
RGB
CMYK
RGB Variations
Color information
#715BCB (or 0x715BCB) is known color: Slate Blue. HEX triplet: 71, 5B and CB. RGB value is (113,91,203). Sum of RGB (Red+Green+Blue) = 113+91+203=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #715BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BCB is #8EA434. Grayscale: #6D6D6D. Windows color (decimal): -9348149 or 13327217. OLE color: 13327217.
HSL color Cylindrical-coordinate representation of color #715BCB: hue angle of 251.79º 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 #715BCB is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 91 | 203 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.20 |
| HSL | 251.79º | 0.52% | 0.58% | - |
| HSV(B) | 251.79º | 0.55% | 0.8% | - |
| XYZ | 21.33 | 15.3 | 58.33 | - |
| YUV | 110.35 | 180.29 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 203 | 0.44 | 0.55 | 0 | 0.20 | 251.79 | 0.52 | 0.58 |
| Hex | 71 | 5B | CB | 2C | 37 | 0 | 14 | FC | 34 | 3A |
| Octal | 161 | 133 | 313 | 54 | 67 | 0 | 24 | 374 | 64 | 72 |
| Binary | 1110001 | 1011011 | 11001011 | 101100 | 110111 | 0 | 10100 | 11111100 | 110100 | 111010 |
Color Harmonies of #715BCB
Complementary color
Monochromatic Colors of #715BCB
Black with #715BCB
Text Example
Text Example
White with #715BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715BCB; }
p { color: rgb(113,91,203); }
H1.HeaderClassName
{
color: #715BCB;
}
.AnyTagClassName
{
color: #715BCB;
}
</style>
background-color css
<style>
a { background-color: #715BCB; }
a { background-color: rgb(113,91,203); }
div.DivClassName
{
background-color: #715BCB;
}
.BgClassName
{
background-color: #715BCB;
}
</style>
border-color css
<style>
span { border-color: #715BCB; }
span { border-color: rgb(113,91,203); }
td.TdClassName
{
border-color: #715BCB;
}
.TagClassName
{
border-color: #715BCB;
}
</style>