Shades of Slate Blue #714BDB
Tints of Slate Blue #714BDB
RGB
CMYK
RGB Variations
Color information
#714BDB (or 0x714BDB) is known color: Slate Blue. HEX triplet: 71, 4B and DB. RGB value is (113,75,219). Sum of RGB (Red+Green+Blue) = 113+75+219=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #714BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BDB is #8EB424. Grayscale: #666666. Windows color (decimal): -9352229 or 14371697. OLE color: 14371697.
HSL color Cylindrical-coordinate representation of color #714BDB: hue angle of 255.83º 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 #714BDB is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 75 | 219 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.14 |
| HSL | 255.83º | 0.67% | 0.58% | - |
| HSV(B) | 255.83º | 0.66% | 0.86% | - |
| XYZ | 22.11 | 13.66 | 68.49 | - |
| YUV | 102.78 | 193.59 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 219 | 0.48 | 0.66 | 0 | 0.14 | 255.83 | 0.67 | 0.58 |
| Hex | 71 | 4B | DB | 30 | 42 | 0 | E | 100 | 43 | 3A |
| Octal | 161 | 113 | 333 | 60 | 102 | 0 | 16 | 400 | 103 | 72 |
| Binary | 1110001 | 1001011 | 11011011 | 110000 | 1000010 | 0 | 1110 | 100000000 | 1000011 | 111010 |
Color Harmonies of #714BDB
Complementary color
Monochromatic Colors of #714BDB
Black with #714BDB
Text Example
Text Example
White with #714BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714BDB; }
p { color: rgb(113,75,219); }
H1.HeaderClassName
{
color: #714BDB;
}
.AnyTagClassName
{
color: #714BDB;
}
</style>
background-color css
<style>
a { background-color: #714BDB; }
a { background-color: rgb(113,75,219); }
div.DivClassName
{
background-color: #714BDB;
}
.BgClassName
{
background-color: #714BDB;
}
</style>
border-color css
<style>
span { border-color: #714BDB; }
span { border-color: rgb(113,75,219); }
td.TdClassName
{
border-color: #714BDB;
}
.TagClassName
{
border-color: #714BDB;
}
</style>