Shades of Slate Blue #714BDF
Tints of Slate Blue #714BDF
RGB
CMYK
RGB Variations
Color information
#714BDF (or 0x714BDF) is known color: Slate Blue. HEX triplet: 71, 4B and DF. RGB value is (113,75,223). Sum of RGB (Red+Green+Blue) = 113+75+223=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #714BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BDF is #8EB420. Grayscale: #666666. Windows color (decimal): -9352225 or 14633841. OLE color: 14633841.
HSL color Cylindrical-coordinate representation of color #714BDF: hue angle of 255.41º degrees, saturation: 0.7, 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 #714BDF is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 75 | 223 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.13 |
| HSL | 255.41º | 0.7% | 0.58% | - |
| HSV(B) | 255.41º | 0.66% | 0.87% | - |
| XYZ | 22.65 | 13.87 | 71.3 | - |
| YUV | 103.23 | 195.59 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 223 | 0.49 | 0.66 | 0 | 0.13 | 255.41 | 0.7 | 0.58 |
| Hex | 71 | 4B | DF | 31 | 42 | 0 | D | FF | 46 | 3A |
| Octal | 161 | 113 | 337 | 61 | 102 | 0 | 15 | 377 | 106 | 72 |
| Binary | 1110001 | 1001011 | 11011111 | 110001 | 1000010 | 0 | 1101 | 11111111 | 1000110 | 111010 |
Color Harmonies of #714BDF
Complementary color
Monochromatic Colors of #714BDF
Black with #714BDF
Text Example
Text Example
White with #714BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714BDF; }
p { color: rgb(113,75,223); }
H1.HeaderClassName
{
color: #714BDF;
}
.AnyTagClassName
{
color: #714BDF;
}
</style>
background-color css
<style>
a { background-color: #714BDF; }
a { background-color: rgb(113,75,223); }
div.DivClassName
{
background-color: #714BDF;
}
.BgClassName
{
background-color: #714BDF;
}
</style>
border-color css
<style>
span { border-color: #714BDF; }
span { border-color: rgb(113,75,223); }
td.TdClassName
{
border-color: #714BDF;
}
.TagClassName
{
border-color: #714BDF;
}
</style>