Shades of Medium Slate Blue #8253FE
Tints of Medium Slate Blue #8253FE
RGB
CMYK
RGB Variations
Color information
#8253FE (or 0x8253FE) is known color: Medium Slate Blue. HEX triplet: 82, 53 and FE. RGB value is (130,83,254). Sum of RGB (Red+Green+Blue) = 130+83+254=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #8253FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8253FE is #7DAC01. Grayscale: #737373. Windows color (decimal): -8236034 or 16667522. OLE color: 16667522.
HSL color Cylindrical-coordinate representation of color #8253FE: hue angle of 256.49º 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 #8253FE is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 83 | 254 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.00 |
| HSL | 256.49º | 0.99% | 0.66% | - |
| HSV(B) | 256.49º | 0.67% | 1% | - |
| XYZ | 30.19 | 18.09 | 95.67 | - |
| YUV | 116.55 | 205.57 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 254 | 0.49 | 0.67 | 0 | 0.00 | 256.49 | 0.99 | 0.66 |
| Hex | 82 | 53 | FE | 31 | 43 | 0 | 0 | 100 | 63 | 42 |
| Octal | 202 | 123 | 376 | 61 | 103 | 0 | 0 | 400 | 143 | 102 |
| Binary | 10000010 | 1010011 | 11111110 | 110001 | 1000011 | 0 | 0 | 100000000 | 1100011 | 1000010 |
Color Harmonies of #8253FE
Complementary color
Monochromatic Colors of #8253FE
Black with #8253FE
Text Example
Text Example
White with #8253FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8253FE; }
p { color: rgb(130,83,254); }
H1.HeaderClassName
{
color: #8253FE;
}
.AnyTagClassName
{
color: #8253FE;
}
</style>
background-color css
<style>
a { background-color: #8253FE; }
a { background-color: rgb(130,83,254); }
div.DivClassName
{
background-color: #8253FE;
}
.BgClassName
{
background-color: #8253FE;
}
</style>
border-color css
<style>
span { border-color: #8253FE; }
span { border-color: rgb(130,83,254); }
td.TdClassName
{
border-color: #8253FE;
}
.TagClassName
{
border-color: #8253FE;
}
</style>