Shades of Medium Slate Blue #7153FE
Tints of Medium Slate Blue #7153FE
RGB
CMYK
RGB Variations
Color information
#7153FE (or 0x7153FE) is known color: Medium Slate Blue. HEX triplet: 71, 53 and FE. RGB value is (113,83,254). Sum of RGB (Red+Green+Blue) = 113+83+254=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #7153FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7153FE is #8EAC01. Grayscale: #6E6E6E. Windows color (decimal): -9350146 or 16667505. OLE color: 16667505.
HSL color Cylindrical-coordinate representation of color #7153FE: hue angle of 250.53º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7153FE is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 83 | 254 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.00 |
| HSL | 250.53º | 0.99% | 0.66% | - |
| HSV(B) | 250.53º | 0.67% | 1% | - |
| XYZ | 27.79 | 16.85 | 95.55 | - |
| YUV | 111.46 | 208.44 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 254 | 0.56 | 0.67 | 0 | 0.00 | 250.53 | 0.99 | 0.66 |
| Hex | 71 | 53 | FE | 38 | 43 | 0 | 0 | FB | 63 | 42 |
| Octal | 161 | 123 | 376 | 70 | 103 | 0 | 0 | 373 | 143 | 102 |
| Binary | 1110001 | 1010011 | 11111110 | 111000 | 1000011 | 0 | 0 | 11111011 | 1100011 | 1000010 |
Color Harmonies of #7153FE
Complementary color
Monochromatic Colors of #7153FE
Black with #7153FE
Text Example
Text Example
White with #7153FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7153FE; }
p { color: rgb(113,83,254); }
H1.HeaderClassName
{
color: #7153FE;
}
.AnyTagClassName
{
color: #7153FE;
}
</style>
background-color css
<style>
a { background-color: #7153FE; }
a { background-color: rgb(113,83,254); }
div.DivClassName
{
background-color: #7153FE;
}
.BgClassName
{
background-color: #7153FE;
}
</style>
border-color css
<style>
span { border-color: #7153FE; }
span { border-color: rgb(113,83,254); }
td.TdClassName
{
border-color: #7153FE;
}
.TagClassName
{
border-color: #7153FE;
}
</style>