Shades of Medium Slate Blue #7153F8
Tints of Medium Slate Blue #7153F8
RGB
CMYK
RGB Variations
Color information
#7153F8 (or 0x7153F8) is known color: Medium Slate Blue. HEX triplet: 71, 53 and F8. RGB value is (113,83,248). Sum of RGB (Red+Green+Blue) = 113+83+248=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 248 (97.27% from 255 or 55.86% from 444); Max value from RGB is 248 - color contains mainly: blue. Hex color #7153F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7153F8 is #8EAC07. Grayscale: #6E6E6E. Windows color (decimal): -9350152 or 16274289. OLE color: 16274289.
HSL color Cylindrical-coordinate representation of color #7153F8: hue angle of 250.91º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7153F8 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 83 | 248 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.03 |
| HSL | 250.91º | 0.92% | 0.65% | - |
| HSV(B) | 250.91º | 0.67% | 0.97% | - |
| XYZ | 26.85 | 16.47 | 90.57 | - |
| YUV | 110.78 | 205.44 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 248 | 0.54 | 0.67 | 0 | 0.03 | 250.91 | 0.92 | 0.65 |
| Hex | 71 | 53 | F8 | 36 | 43 | 0 | 3 | FB | 5C | 41 |
| Octal | 161 | 123 | 370 | 66 | 103 | 0 | 3 | 373 | 134 | 101 |
| Binary | 1110001 | 1010011 | 11111000 | 110110 | 1000011 | 0 | 11 | 11111011 | 1011100 | 1000001 |
Color Harmonies of #7153F8
Complementary color
Monochromatic Colors of #7153F8
Black with #7153F8
Text Example
Text Example
White with #7153F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7153F8; }
p { color: rgb(113,83,248); }
H1.HeaderClassName
{
color: #7153F8;
}
.AnyTagClassName
{
color: #7153F8;
}
</style>
background-color css
<style>
a { background-color: #7153F8; }
a { background-color: rgb(113,83,248); }
div.DivClassName
{
background-color: #7153F8;
}
.BgClassName
{
background-color: #7153F8;
}
</style>
border-color css
<style>
span { border-color: #7153F8; }
span { border-color: rgb(113,83,248); }
td.TdClassName
{
border-color: #7153F8;
}
.TagClassName
{
border-color: #7153F8;
}
</style>