Shades of Medium Slate Blue #8153FC
Tints of Medium Slate Blue #8153FC
RGB
CMYK
RGB Variations
Color information
#8153FC (or 0x8153FC) is known color: Medium Slate Blue. HEX triplet: 81, 53 and FC. RGB value is (129,83,252). Sum of RGB (Red+Green+Blue) = 129+83+252=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #8153FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8153FC is #7EAC03. Grayscale: #737373. Windows color (decimal): -8301572 or 16536449. OLE color: 16536449.
HSL color Cylindrical-coordinate representation of color #8153FC: hue angle of 256.33º degrees, saturation: 0.97, 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 #8153FC is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 83 | 252 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.01 |
| HSL | 256.33º | 0.97% | 0.66% | - |
| HSV(B) | 256.33º | 0.67% | 0.99% | - |
| XYZ | 29.72 | 17.88 | 93.98 | - |
| YUV | 116.02 | 204.74 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 83 | 252 | 0.49 | 0.67 | 0 | 0.01 | 256.33 | 0.97 | 0.66 |
| Hex | 81 | 53 | FC | 31 | 43 | 0 | 1 | 100 | 61 | 42 |
| Octal | 201 | 123 | 374 | 61 | 103 | 0 | 1 | 400 | 141 | 102 |
| Binary | 10000001 | 1010011 | 11111100 | 110001 | 1000011 | 0 | 1 | 100000000 | 1100001 | 1000010 |
Color Harmonies of #8153FC
Complementary color
Monochromatic Colors of #8153FC
Black with #8153FC
Text Example
Text Example
White with #8153FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8153FC; }
p { color: rgb(129,83,252); }
H1.HeaderClassName
{
color: #8153FC;
}
.AnyTagClassName
{
color: #8153FC;
}
</style>
background-color css
<style>
a { background-color: #8153FC; }
a { background-color: rgb(129,83,252); }
div.DivClassName
{
background-color: #8153FC;
}
.BgClassName
{
background-color: #8153FC;
}
</style>
border-color css
<style>
span { border-color: #8153FC; }
span { border-color: rgb(129,83,252); }
td.TdClassName
{
border-color: #8153FC;
}
.TagClassName
{
border-color: #8153FC;
}
</style>