Shades of Medium Slate Blue #8253F8
Tints of Medium Slate Blue #8253F8
RGB
CMYK
RGB Variations
Color information
#8253F8 (or 0x8253F8) is known color: Medium Slate Blue. HEX triplet: 82, 53 and F8. RGB value is (130,83,248). Sum of RGB (Red+Green+Blue) = 130+83+248=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #8253F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8253F8 is #7DAC07. Grayscale: #737373. Windows color (decimal): -8236040 or 16274306. OLE color: 16274306.
HSL color Cylindrical-coordinate representation of color #8253F8: hue angle of 257.09º 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 #8253F8 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 83 | 248 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.03 |
| HSL | 257.09º | 0.92% | 0.65% | - |
| HSV(B) | 257.09º | 0.67% | 0.97% | - |
| XYZ | 29.24 | 17.71 | 90.68 | - |
| YUV | 115.86 | 202.57 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 248 | 0.48 | 0.67 | 0 | 0.03 | 257.09 | 0.92 | 0.65 |
| Hex | 82 | 53 | F8 | 30 | 43 | 0 | 3 | 101 | 5C | 41 |
| Octal | 202 | 123 | 370 | 60 | 103 | 0 | 3 | 401 | 134 | 101 |
| Binary | 10000010 | 1010011 | 11111000 | 110000 | 1000011 | 0 | 11 | 100000001 | 1011100 | 1000001 |
Color Harmonies of #8253F8
Complementary color
Monochromatic Colors of #8253F8
Black with #8253F8
Text Example
Text Example
White with #8253F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8253F8; }
p { color: rgb(130,83,248); }
H1.HeaderClassName
{
color: #8253F8;
}
.AnyTagClassName
{
color: #8253F8;
}
</style>
background-color css
<style>
a { background-color: #8253F8; }
a { background-color: rgb(130,83,248); }
div.DivClassName
{
background-color: #8253F8;
}
.BgClassName
{
background-color: #8253F8;
}
</style>
border-color css
<style>
span { border-color: #8253F8; }
span { border-color: rgb(130,83,248); }
td.TdClassName
{
border-color: #8253F8;
}
.TagClassName
{
border-color: #8253F8;
}
</style>