Shades of Slate Blue #716CC3
Tints of Slate Blue #716CC3
RGB
CMYK
RGB Variations
Color information
#716CC3 (or 0x716CC3) is known color: Slate Blue. HEX triplet: 71, 6C and C3. RGB value is (113,108,195). Sum of RGB (Red+Green+Blue) = 113+108+195=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #716CC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716CC3 is #8E933C. Grayscale: #777777. Windows color (decimal): -9343805 or 12807281. OLE color: 12807281.
HSL color Cylindrical-coordinate representation of color #716CC3: hue angle of 243.45º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #716CC3 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 108 | 195 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.24 |
| HSL | 243.45º | 0.42% | 0.59% | - |
| HSV(B) | 243.45º | 0.45% | 0.76% | - |
| XYZ | 22.02 | 18.18 | 53.98 | - |
| YUV | 119.41 | 170.66 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 195 | 0.42 | 0.45 | 0 | 0.24 | 243.45 | 0.42 | 0.59 |
| Hex | 71 | 6C | C3 | 2A | 2D | 0 | 18 | F3 | 2A | 3B |
| Octal | 161 | 154 | 303 | 52 | 55 | 0 | 30 | 363 | 52 | 73 |
| Binary | 1110001 | 1101100 | 11000011 | 101010 | 101101 | 0 | 11000 | 11110011 | 101010 | 111011 |
Color Harmonies of #716CC3
Complementary color
Monochromatic Colors of #716CC3
Black with #716CC3
Text Example
Text Example
White with #716CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716CC3; }
p { color: rgb(113,108,195); }
H1.HeaderClassName
{
color: #716CC3;
}
.AnyTagClassName
{
color: #716CC3;
}
</style>
background-color css
<style>
a { background-color: #716CC3; }
a { background-color: rgb(113,108,195); }
div.DivClassName
{
background-color: #716CC3;
}
.BgClassName
{
background-color: #716CC3;
}
</style>
border-color css
<style>
span { border-color: #716CC3; }
span { border-color: rgb(113,108,195); }
td.TdClassName
{
border-color: #716CC3;
}
.TagClassName
{
border-color: #716CC3;
}
</style>