Shades of Medium Slate Blue #8153FF
Tints of Medium Slate Blue #8153FF
RGB
CMYK
RGB Variations
Color information
#8153FF (or 0x8153FF) is known color: Medium Slate Blue. HEX triplet: 81, 53 and FF. RGB value is (129,83,255). Sum of RGB (Red+Green+Blue) = 129+83+255=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #8153FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8153FF is #7EAC00. Grayscale: #737373. Windows color (decimal): -8301569 or 16733057. OLE color: 16733057.
HSL color Cylindrical-coordinate representation of color #8153FF: hue angle of 256.05º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8153FF is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 83 | 255 | - |
| CMYK | 0.49 | 0.67 | 0 | 0 |
| HSL | 256.05º | 1% | 0.66% | - |
| HSV(B) | 256.05º | 0.67% | 1% | - |
| XYZ | 30.2 | 18.07 | 96.5 | - |
| YUV | 116.36 | 206.24 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 83 | 255 | 0.49 | 0.67 | 0 | 0 | 256.05 | 1 | 0.66 |
| Hex | 81 | 53 | FF | 31 | 43 | 0 | 0 | 100 | 64 | 42 |
| Octal | 201 | 123 | 377 | 61 | 103 | 0 | 0 | 400 | 144 | 102 |
| Binary | 10000001 | 1010011 | 11111111 | 110001 | 1000011 | 0 | 0 | 100000000 | 1100100 | 1000010 |
Color Harmonies of #8153FF
Complementary color
Monochromatic Colors of #8153FF
Black with #8153FF
Text Example
Text Example
White with #8153FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8153FF; }
p { color: rgb(129,83,255); }
H1.HeaderClassName
{
color: #8153FF;
}
.AnyTagClassName
{
color: #8153FF;
}
</style>
background-color css
<style>
a { background-color: #8153FF; }
a { background-color: rgb(129,83,255); }
div.DivClassName
{
background-color: #8153FF;
}
.BgClassName
{
background-color: #8153FF;
}
</style>
border-color css
<style>
span { border-color: #8153FF; }
span { border-color: rgb(129,83,255); }
td.TdClassName
{
border-color: #8153FF;
}
.TagClassName
{
border-color: #8153FF;
}
</style>