Shades of Slate Blue #714ADE
Tints of Slate Blue #714ADE
RGB
CMYK
RGB Variations
Color information
#714ADE (or 0x714ADE) is known color: Slate Blue. HEX triplet: 71, 4A and DE. RGB value is (113,74,222). Sum of RGB (Red+Green+Blue) = 113+74+222=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #714ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714ADE is #8EB521. Grayscale: #656565. Windows color (decimal): -9352482 or 14568049. OLE color: 14568049.
HSL color Cylindrical-coordinate representation of color #714ADE: hue angle of 255.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #714ADE is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 74 | 222 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.13 |
| HSL | 255.81º | 0.69% | 0.58% | - |
| HSV(B) | 255.81º | 0.67% | 0.87% | - |
| XYZ | 22.44 | 13.68 | 70.57 | - |
| YUV | 102.53 | 195.42 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 222 | 0.49 | 0.67 | 0 | 0.13 | 255.81 | 0.69 | 0.58 |
| Hex | 71 | 4A | DE | 31 | 43 | 0 | D | 100 | 45 | 3A |
| Octal | 161 | 112 | 336 | 61 | 103 | 0 | 15 | 400 | 105 | 72 |
| Binary | 1110001 | 1001010 | 11011110 | 110001 | 1000011 | 0 | 1101 | 100000000 | 1000101 | 111010 |
Color Harmonies of #714ADE
Complementary color
Monochromatic Colors of #714ADE
Black with #714ADE
Text Example
Text Example
White with #714ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714ADE; }
p { color: rgb(113,74,222); }
H1.HeaderClassName
{
color: #714ADE;
}
.AnyTagClassName
{
color: #714ADE;
}
</style>
background-color css
<style>
a { background-color: #714ADE; }
a { background-color: rgb(113,74,222); }
div.DivClassName
{
background-color: #714ADE;
}
.BgClassName
{
background-color: #714ADE;
}
</style>
border-color css
<style>
span { border-color: #714ADE; }
span { border-color: rgb(113,74,222); }
td.TdClassName
{
border-color: #714ADE;
}
.TagClassName
{
border-color: #714ADE;
}
</style>