Shades of Medium Slate Blue #7255FD
Tints of Medium Slate Blue #7255FD
RGB
CMYK
RGB Variations
Color information
#7255FD (or 0x7255FD) is known color: Medium Slate Blue. HEX triplet: 72, 55 and FD. RGB value is (114,85,253). Sum of RGB (Red+Green+Blue) = 114+85+253=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #7255FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7255FD is #8DAA02. Grayscale: #707070. Windows color (decimal): -9284099 or 16602482. OLE color: 16602482.
HSL color Cylindrical-coordinate representation of color #7255FD: hue angle of 250.36º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7255FD is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 85 | 253 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.01 |
| HSL | 250.36º | 0.98% | 0.66% | - |
| HSV(B) | 250.36º | 0.66% | 0.99% | - |
| XYZ | 27.92 | 17.17 | 94.77 | - |
| YUV | 112.82 | 207.11 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 253 | 0.55 | 0.66 | 0 | 0.01 | 250.36 | 0.98 | 0.66 |
| Hex | 72 | 55 | FD | 37 | 42 | 0 | 1 | FA | 62 | 42 |
| Octal | 162 | 125 | 375 | 67 | 102 | 0 | 1 | 372 | 142 | 102 |
| Binary | 1110010 | 1010101 | 11111101 | 110111 | 1000010 | 0 | 1 | 11111010 | 1100010 | 1000010 |
Color Harmonies of #7255FD
Complementary color
Monochromatic Colors of #7255FD
Black with #7255FD
Text Example
Text Example
White with #7255FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7255FD; }
p { color: rgb(114,85,253); }
H1.HeaderClassName
{
color: #7255FD;
}
.AnyTagClassName
{
color: #7255FD;
}
</style>
background-color css
<style>
a { background-color: #7255FD; }
a { background-color: rgb(114,85,253); }
div.DivClassName
{
background-color: #7255FD;
}
.BgClassName
{
background-color: #7255FD;
}
</style>
border-color css
<style>
span { border-color: #7255FD; }
span { border-color: rgb(114,85,253); }
td.TdClassName
{
border-color: #7255FD;
}
.TagClassName
{
border-color: #7255FD;
}
</style>