Shades of Slate Blue #714BC1
Tints of Slate Blue #714BC1
RGB
CMYK
RGB Variations
Color information
#714BC1 (or 0x714BC1) is known color: Slate Blue. HEX triplet: 71, 4B and C1. RGB value is (113,75,193). Sum of RGB (Red+Green+Blue) = 113+75+193=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #714BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BC1 is #8EB43E. Grayscale: #636363. Windows color (decimal): -9352255 or 12667761. OLE color: 12667761.
HSL color Cylindrical-coordinate representation of color #714BC1: hue angle of 259.32º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #714BC1 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 75 | 193 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.24 |
| HSL | 259.32º | 0.49% | 0.53% | - |
| HSV(B) | 259.32º | 0.61% | 0.76% | - |
| XYZ | 18.95 | 12.39 | 51.85 | - |
| YUV | 99.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 193 | 0.41 | 0.61 | 0 | 0.24 | 259.32 | 0.49 | 0.53 |
| Hex | 71 | 4B | C1 | 29 | 3D | 0 | 18 | 103 | 31 | 35 |
| Octal | 161 | 113 | 301 | 51 | 75 | 0 | 30 | 403 | 61 | 65 |
| Binary | 1110001 | 1001011 | 11000001 | 101001 | 111101 | 0 | 11000 | 100000011 | 110001 | 110101 |
Color Harmonies of #714BC1
Complementary color
Monochromatic Colors of #714BC1
Black with #714BC1
Text Example
Text Example
White with #714BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714BC1; }
p { color: rgb(113,75,193); }
H1.HeaderClassName
{
color: #714BC1;
}
.AnyTagClassName
{
color: #714BC1;
}
</style>
background-color css
<style>
a { background-color: #714BC1; }
a { background-color: rgb(113,75,193); }
div.DivClassName
{
background-color: #714BC1;
}
.BgClassName
{
background-color: #714BC1;
}
</style>
border-color css
<style>
span { border-color: #714BC1; }
span { border-color: rgb(113,75,193); }
td.TdClassName
{
border-color: #714BC1;
}
.TagClassName
{
border-color: #714BC1;
}
</style>