Shades of Slate Blue #714CD2
Tints of Slate Blue #714CD2
RGB
CMYK
RGB Variations
Color information
#714CD2 (or 0x714CD2) is known color: Slate Blue. HEX triplet: 71, 4C and D2. RGB value is (113,76,210). Sum of RGB (Red+Green+Blue) = 113+76+210=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 210 (82.42% from 255 or 52.63% from 399); Max value from RGB is 210 - color contains mainly: blue. Hex color #714CD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CD2 is #8EB32D. Grayscale: #656565. Windows color (decimal): -9351982 or 13782129. OLE color: 13782129.
HSL color Cylindrical-coordinate representation of color #714CD2: hue angle of 256.57º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #714CD2 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 76 | 210 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.18 |
| HSL | 256.57º | 0.6% | 0.56% | - |
| HSV(B) | 256.57º | 0.64% | 0.82% | - |
| XYZ | 21.03 | 13.33 | 62.44 | - |
| YUV | 102.34 | 188.76 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 210 | 0.46 | 0.64 | 0 | 0.18 | 256.57 | 0.6 | 0.56 |
| Hex | 71 | 4C | D2 | 2E | 40 | 0 | 12 | 101 | 3C | 38 |
| Octal | 161 | 114 | 322 | 56 | 100 | 0 | 22 | 401 | 74 | 70 |
| Binary | 1110001 | 1001100 | 11010010 | 101110 | 1000000 | 0 | 10010 | 100000001 | 111100 | 111000 |
Color Harmonies of #714CD2
Complementary color
Monochromatic Colors of #714CD2
Black with #714CD2
Text Example
Text Example
White with #714CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714CD2; }
p { color: rgb(113,76,210); }
H1.HeaderClassName
{
color: #714CD2;
}
.AnyTagClassName
{
color: #714CD2;
}
</style>
background-color css
<style>
a { background-color: #714CD2; }
a { background-color: rgb(113,76,210); }
div.DivClassName
{
background-color: #714CD2;
}
.BgClassName
{
background-color: #714CD2;
}
</style>
border-color css
<style>
span { border-color: #714CD2; }
span { border-color: rgb(113,76,210); }
td.TdClassName
{
border-color: #714CD2;
}
.TagClassName
{
border-color: #714CD2;
}
</style>