Shades of Medium Slate Blue #7255F7
Tints of Medium Slate Blue #7255F7
RGB
CMYK
RGB Variations
Color information
#7255F7 (or 0x7255F7) is known color: Medium Slate Blue. HEX triplet: 72, 55 and F7. RGB value is (114,85,247). Sum of RGB (Red+Green+Blue) = 114+85+247=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 247 (96.88% from 255 or 55.38% from 446); Max value from RGB is 247 - color contains mainly: blue. Hex color #7255F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7255F7 is #8DAA08. Grayscale: #6F6F6F. Windows color (decimal): -9284105 or 16209266. OLE color: 16209266.
HSL color Cylindrical-coordinate representation of color #7255F7: hue angle of 250.74º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7255F7 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 85 | 247 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.03 |
| HSL | 250.74º | 0.91% | 0.65% | - |
| HSV(B) | 250.74º | 0.66% | 0.97% | - |
| XYZ | 26.98 | 16.79 | 89.81 | - |
| YUV | 112.14 | 204.11 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 247 | 0.54 | 0.66 | 0 | 0.03 | 250.74 | 0.91 | 0.65 |
| Hex | 72 | 55 | F7 | 36 | 42 | 0 | 3 | FB | 5B | 41 |
| Octal | 162 | 125 | 367 | 66 | 102 | 0 | 3 | 373 | 133 | 101 |
| Binary | 1110010 | 1010101 | 11110111 | 110110 | 1000010 | 0 | 11 | 11111011 | 1011011 | 1000001 |
Color Harmonies of #7255F7
Complementary color
Monochromatic Colors of #7255F7
Black with #7255F7
Text Example
Text Example
White with #7255F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7255F7; }
p { color: rgb(114,85,247); }
H1.HeaderClassName
{
color: #7255F7;
}
.AnyTagClassName
{
color: #7255F7;
}
</style>
background-color css
<style>
a { background-color: #7255F7; }
a { background-color: rgb(114,85,247); }
div.DivClassName
{
background-color: #7255F7;
}
.BgClassName
{
background-color: #7255F7;
}
</style>
border-color css
<style>
span { border-color: #7255F7; }
span { border-color: rgb(114,85,247); }
td.TdClassName
{
border-color: #7255F7;
}
.TagClassName
{
border-color: #7255F7;
}
</style>