Shades of Slate Blue #714BDE
Tints of Slate Blue #714BDE
RGB
CMYK
RGB Variations
Color information
#714BDE (or 0x714BDE) is known color: Slate Blue. HEX triplet: 71, 4B and DE. RGB value is (113,75,222). Sum of RGB (Red+Green+Blue) = 113+75+222=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #714BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BDE is #8EB421. Grayscale: #666666. Windows color (decimal): -9352226 or 14568305. OLE color: 14568305.
HSL color Cylindrical-coordinate representation of color #714BDE: hue angle of 255.51º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #714BDE is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 75 | 222 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.13 |
| HSL | 255.51º | 0.69% | 0.58% | - |
| HSV(B) | 255.51º | 0.66% | 0.87% | - |
| XYZ | 22.51 | 13.82 | 70.59 | - |
| YUV | 103.12 | 195.09 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 222 | 0.49 | 0.66 | 0 | 0.13 | 255.51 | 0.69 | 0.58 |
| Hex | 71 | 4B | DE | 31 | 42 | 0 | D | 100 | 45 | 3A |
| Octal | 161 | 113 | 336 | 61 | 102 | 0 | 15 | 400 | 105 | 72 |
| Binary | 1110001 | 1001011 | 11011110 | 110001 | 1000010 | 0 | 1101 | 100000000 | 1000101 | 111010 |
Color Harmonies of #714BDE
Complementary color
Monochromatic Colors of #714BDE
Black with #714BDE
Text Example
Text Example
White with #714BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714BDE; }
p { color: rgb(113,75,222); }
H1.HeaderClassName
{
color: #714BDE;
}
.AnyTagClassName
{
color: #714BDE;
}
</style>
background-color css
<style>
a { background-color: #714BDE; }
a { background-color: rgb(113,75,222); }
div.DivClassName
{
background-color: #714BDE;
}
.BgClassName
{
background-color: #714BDE;
}
</style>
border-color css
<style>
span { border-color: #714BDE; }
span { border-color: rgb(113,75,222); }
td.TdClassName
{
border-color: #714BDE;
}
.TagClassName
{
border-color: #714BDE;
}
</style>