Shades of Slate Blue #7154DC
Tints of Slate Blue #7154DC
RGB
CMYK
RGB Variations
Color information
#7154DC (or 0x7154DC) is known color: Slate Blue. HEX triplet: 71, 54 and DC. RGB value is (113,84,220). Sum of RGB (Red+Green+Blue) = 113+84+220=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #7154DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7154DC is #8EAB23. Grayscale: #6B6B6B. Windows color (decimal): -9349924 or 14439537. OLE color: 14439537.
HSL color Cylindrical-coordinate representation of color #7154DC: hue angle of 252.79º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7154DC is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 84 | 220 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.14 |
| HSL | 252.79º | 0.66% | 0.6% | - |
| HSV(B) | 252.79º | 0.62% | 0.86% | - |
| XYZ | 22.9 | 15.02 | 69.4 | - |
| YUV | 108.18 | 191.11 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 84 | 220 | 0.49 | 0.62 | 0 | 0.14 | 252.79 | 0.66 | 0.6 |
| Hex | 71 | 54 | DC | 31 | 3E | 0 | E | FD | 42 | 3C |
| Octal | 161 | 124 | 334 | 61 | 76 | 0 | 16 | 375 | 102 | 74 |
| Binary | 1110001 | 1010100 | 11011100 | 110001 | 111110 | 0 | 1110 | 11111101 | 1000010 | 111100 |
Color Harmonies of #7154DC
Complementary color
Monochromatic Colors of #7154DC
Black with #7154DC
Text Example
Text Example
White with #7154DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7154DC; }
p { color: rgb(113,84,220); }
H1.HeaderClassName
{
color: #7154DC;
}
.AnyTagClassName
{
color: #7154DC;
}
</style>
background-color css
<style>
a { background-color: #7154DC; }
a { background-color: rgb(113,84,220); }
div.DivClassName
{
background-color: #7154DC;
}
.BgClassName
{
background-color: #7154DC;
}
</style>
border-color css
<style>
span { border-color: #7154DC; }
span { border-color: rgb(113,84,220); }
td.TdClassName
{
border-color: #7154DC;
}
.TagClassName
{
border-color: #7154DC;
}
</style>