Shades of Slate Blue #7054DF
Tints of Slate Blue #7054DF
RGB
CMYK
RGB Variations
Color information
#7054DF (or 0x7054DF) is known color: Slate Blue. HEX triplet: 70, 54 and DF. RGB value is (112,84,223). Sum of RGB (Red+Green+Blue) = 112+84+223=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #7054DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7054DF is #8FAB20. Grayscale: #6B6B6B. Windows color (decimal): -9415457 or 14636144. OLE color: 14636144.
HSL color Cylindrical-coordinate representation of color #7054DF: hue angle of 252.09º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7054DF is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 84 | 223 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.13 |
| HSL | 252.09º | 0.68% | 0.6% | - |
| HSV(B) | 252.09º | 0.62% | 0.87% | - |
| XYZ | 23.17 | 15.11 | 71.51 | - |
| YUV | 108.22 | 192.78 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 223 | 0.50 | 0.62 | 0 | 0.13 | 252.09 | 0.68 | 0.6 |
| Hex | 70 | 54 | DF | 32 | 3E | 0 | D | FC | 44 | 3C |
| Octal | 160 | 124 | 337 | 62 | 76 | 0 | 15 | 374 | 104 | 74 |
| Binary | 1110000 | 1010100 | 11011111 | 110010 | 111110 | 0 | 1101 | 11111100 | 1000100 | 111100 |
Color Harmonies of #7054DF
Complementary color
Monochromatic Colors of #7054DF
Black with #7054DF
Text Example
Text Example
White with #7054DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7054DF; }
p { color: rgb(112,84,223); }
H1.HeaderClassName
{
color: #7054DF;
}
.AnyTagClassName
{
color: #7054DF;
}
</style>
background-color css
<style>
a { background-color: #7054DF; }
a { background-color: rgb(112,84,223); }
div.DivClassName
{
background-color: #7054DF;
}
.BgClassName
{
background-color: #7054DF;
}
</style>
border-color css
<style>
span { border-color: #7054DF; }
span { border-color: rgb(112,84,223); }
td.TdClassName
{
border-color: #7054DF;
}
.TagClassName
{
border-color: #7054DF;
}
</style>