Shades of Slate Blue #716DCB
Tints of Slate Blue #716DCB
RGB
CMYK
RGB Variations
Color information
#716DCB (or 0x716DCB) is known color: Slate Blue. HEX triplet: 71, 6D and CB. RGB value is (113,109,203). Sum of RGB (Red+Green+Blue) = 113+109+203=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #716DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DCB is #8E9234. Grayscale: #787878. Windows color (decimal): -9343541 or 13331825. OLE color: 13331825.
HSL color Cylindrical-coordinate representation of color #716DCB: hue angle of 242.55º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #716DCB is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 109 | 203 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.20 |
| HSL | 242.55º | 0.47% | 0.61% | - |
| HSV(B) | 242.55º | 0.46% | 0.8% | - |
| XYZ | 23.06 | 18.76 | 58.91 | - |
| YUV | 120.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 203 | 0.44 | 0.46 | 0 | 0.20 | 242.55 | 0.47 | 0.61 |
| Hex | 71 | 6D | CB | 2C | 2E | 0 | 14 | F3 | 2F | 3D |
| Octal | 161 | 155 | 313 | 54 | 56 | 0 | 24 | 363 | 57 | 75 |
| Binary | 1110001 | 1101101 | 11001011 | 101100 | 101110 | 0 | 10100 | 11110011 | 101111 | 111101 |
Color Harmonies of #716DCB
Complementary color
Monochromatic Colors of #716DCB
Black with #716DCB
Text Example
Text Example
White with #716DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716DCB; }
p { color: rgb(113,109,203); }
H1.HeaderClassName
{
color: #716DCB;
}
.AnyTagClassName
{
color: #716DCB;
}
</style>
background-color css
<style>
a { background-color: #716DCB; }
a { background-color: rgb(113,109,203); }
div.DivClassName
{
background-color: #716DCB;
}
.BgClassName
{
background-color: #716DCB;
}
</style>
border-color css
<style>
span { border-color: #716DCB; }
span { border-color: rgb(113,109,203); }
td.TdClassName
{
border-color: #716DCB;
}
.TagClassName
{
border-color: #716DCB;
}
</style>