Shades of Slate Blue #714BDC
Tints of Slate Blue #714BDC
RGB
CMYK
RGB Variations
Color information
#714BDC (or 0x714BDC) is known color: Slate Blue. HEX triplet: 71, 4B and DC. RGB value is (113,75,220). Sum of RGB (Red+Green+Blue) = 113+75+220=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #714BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BDC is #8EB423. Grayscale: #666666. Windows color (decimal): -9352228 or 14437233. OLE color: 14437233.
HSL color Cylindrical-coordinate representation of color #714BDC: hue angle of 255.72º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #714BDC is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 75 | 220 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.14 |
| HSL | 255.72º | 0.67% | 0.58% | - |
| HSV(B) | 255.72º | 0.66% | 0.86% | - |
| XYZ | 22.24 | 13.71 | 69.18 | - |
| YUV | 102.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 220 | 0.49 | 0.66 | 0 | 0.14 | 255.72 | 0.67 | 0.58 |
| Hex | 71 | 4B | DC | 31 | 42 | 0 | E | 100 | 43 | 3A |
| Octal | 161 | 113 | 334 | 61 | 102 | 0 | 16 | 400 | 103 | 72 |
| Binary | 1110001 | 1001011 | 11011100 | 110001 | 1000010 | 0 | 1110 | 100000000 | 1000011 | 111010 |
Color Harmonies of #714BDC
Complementary color
Monochromatic Colors of #714BDC
Black with #714BDC
Text Example
Text Example
White with #714BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714BDC; }
p { color: rgb(113,75,220); }
H1.HeaderClassName
{
color: #714BDC;
}
.AnyTagClassName
{
color: #714BDC;
}
</style>
background-color css
<style>
a { background-color: #714BDC; }
a { background-color: rgb(113,75,220); }
div.DivClassName
{
background-color: #714BDC;
}
.BgClassName
{
background-color: #714BDC;
}
</style>
border-color css
<style>
span { border-color: #714BDC; }
span { border-color: rgb(113,75,220); }
td.TdClassName
{
border-color: #714BDC;
}
.TagClassName
{
border-color: #714BDC;
}
</style>