Shades of Medium Slate Blue #8053FD
Tints of Medium Slate Blue #8053FD
RGB
CMYK
RGB Variations
Color information
#8053FD (or 0x8053FD) is known color: Medium Slate Blue. HEX triplet: 80, 53 and FD. RGB value is (128,83,253). Sum of RGB (Red+Green+Blue) = 128+83+253=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #8053FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8053FD is #7FAC02. Grayscale: #737373. Windows color (decimal): -8367107 or 16601984. OLE color: 16601984.
HSL color Cylindrical-coordinate representation of color #8053FD: hue angle of 255.88º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8053FD is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 83 | 253 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.01 |
| HSL | 255.88º | 0.98% | 0.66% | - |
| HSV(B) | 255.88º | 0.67% | 0.99% | - |
| XYZ | 29.72 | 17.87 | 94.81 | - |
| YUV | 115.84 | 205.41 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 253 | 0.49 | 0.67 | 0 | 0.01 | 255.88 | 0.98 | 0.66 |
| Hex | 80 | 53 | FD | 31 | 43 | 0 | 1 | 100 | 62 | 42 |
| Octal | 200 | 123 | 375 | 61 | 103 | 0 | 1 | 400 | 142 | 102 |
| Binary | 10000000 | 1010011 | 11111101 | 110001 | 1000011 | 0 | 1 | 100000000 | 1100010 | 1000010 |
Color Harmonies of #8053FD
Complementary color
Monochromatic Colors of #8053FD
Black with #8053FD
Text Example
Text Example
White with #8053FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8053FD; }
p { color: rgb(128,83,253); }
H1.HeaderClassName
{
color: #8053FD;
}
.AnyTagClassName
{
color: #8053FD;
}
</style>
background-color css
<style>
a { background-color: #8053FD; }
a { background-color: rgb(128,83,253); }
div.DivClassName
{
background-color: #8053FD;
}
.BgClassName
{
background-color: #8053FD;
}
</style>
border-color css
<style>
span { border-color: #8053FD; }
span { border-color: rgb(128,83,253); }
td.TdClassName
{
border-color: #8053FD;
}
.TagClassName
{
border-color: #8053FD;
}
</style>