Shades of Slate Blue #7153DC
Tints of Slate Blue #7153DC
RGB
CMYK
RGB Variations
Color information
#7153DC (or 0x7153DC) is known color: Slate Blue. HEX triplet: 71, 53 and DC. RGB value is (113,83,220). Sum of RGB (Red+Green+Blue) = 113+83+220=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #7153DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7153DC is #8EAC23. Grayscale: #6B6B6B. Windows color (decimal): -9350180 or 14439281. OLE color: 14439281.
HSL color Cylindrical-coordinate representation of color #7153DC: hue angle of 253.14º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7153DC is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 83 | 220 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.14 |
| HSL | 253.14º | 0.66% | 0.59% | - |
| HSV(B) | 253.14º | 0.62% | 0.86% | - |
| XYZ | 22.82 | 14.86 | 69.38 | - |
| YUV | 107.59 | 191.44 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 220 | 0.49 | 0.62 | 0 | 0.14 | 253.14 | 0.66 | 0.59 |
| Hex | 71 | 53 | DC | 31 | 3E | 0 | E | FD | 42 | 3B |
| Octal | 161 | 123 | 334 | 61 | 76 | 0 | 16 | 375 | 102 | 73 |
| Binary | 1110001 | 1010011 | 11011100 | 110001 | 111110 | 0 | 1110 | 11111101 | 1000010 | 111011 |
Color Harmonies of #7153DC
Complementary color
Monochromatic Colors of #7153DC
Black with #7153DC
Text Example
Text Example
White with #7153DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7153DC; }
p { color: rgb(113,83,220); }
H1.HeaderClassName
{
color: #7153DC;
}
.AnyTagClassName
{
color: #7153DC;
}
</style>
background-color css
<style>
a { background-color: #7153DC; }
a { background-color: rgb(113,83,220); }
div.DivClassName
{
background-color: #7153DC;
}
.BgClassName
{
background-color: #7153DC;
}
</style>
border-color css
<style>
span { border-color: #7153DC; }
span { border-color: rgb(113,83,220); }
td.TdClassName
{
border-color: #7153DC;
}
.TagClassName
{
border-color: #7153DC;
}
</style>