Shades of Slate Blue #715ACB
Tints of Slate Blue #715ACB
RGB
CMYK
RGB Variations
Color information
#715ACB (or 0x715ACB) is known color: Slate Blue. HEX triplet: 71, 5A and CB. RGB value is (113,90,203). Sum of RGB (Red+Green+Blue) = 113+90+203=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #715ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ACB is #8EA534. Grayscale: #6D6D6D. Windows color (decimal): -9348405 or 13326961. OLE color: 13326961.
HSL color Cylindrical-coordinate representation of color #715ACB: hue angle of 252.21º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #715ACB is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 90 | 203 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.20 |
| HSL | 252.21º | 0.52% | 0.57% | - |
| HSV(B) | 252.21º | 0.56% | 0.8% | - |
| XYZ | 21.25 | 15.13 | 58.3 | - |
| YUV | 109.76 | 180.62 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 203 | 0.44 | 0.56 | 0 | 0.20 | 252.21 | 0.52 | 0.57 |
| Hex | 71 | 5A | CB | 2C | 38 | 0 | 14 | FC | 34 | 39 |
| Octal | 161 | 132 | 313 | 54 | 70 | 0 | 24 | 374 | 64 | 71 |
| Binary | 1110001 | 1011010 | 11001011 | 101100 | 111000 | 0 | 10100 | 11111100 | 110100 | 111001 |
Color Harmonies of #715ACB
Complementary color
Monochromatic Colors of #715ACB
Black with #715ACB
Text Example
Text Example
White with #715ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715ACB; }
p { color: rgb(113,90,203); }
H1.HeaderClassName
{
color: #715ACB;
}
.AnyTagClassName
{
color: #715ACB;
}
</style>
background-color css
<style>
a { background-color: #715ACB; }
a { background-color: rgb(113,90,203); }
div.DivClassName
{
background-color: #715ACB;
}
.BgClassName
{
background-color: #715ACB;
}
</style>
border-color css
<style>
span { border-color: #715ACB; }
span { border-color: rgb(113,90,203); }
td.TdClassName
{
border-color: #715ACB;
}
.TagClassName
{
border-color: #715ACB;
}
</style>