Shades of Medium Slate Blue #8552FD
Tints of Medium Slate Blue #8552FD
RGB
CMYK
RGB Variations
Color information
#8552FD (or 0x8552FD) is known color: Medium Slate Blue. HEX triplet: 85, 52 and FD. RGB value is (133,82,253). Sum of RGB (Red+Green+Blue) = 133+82+253=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #8552FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8552FD is #7AAD02. Grayscale: #747474. Windows color (decimal): -8039683 or 16601733. OLE color: 16601733.
HSL color Cylindrical-coordinate representation of color #8552FD: hue angle of 257.89º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8552FD is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 82 | 253 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.01 |
| HSL | 257.89º | 0.98% | 0.66% | - |
| HSV(B) | 257.89º | 0.68% | 0.99% | - |
| XYZ | 30.42 | 18.11 | 94.82 | - |
| YUV | 116.74 | 204.9 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 253 | 0.47 | 0.68 | 0 | 0.01 | 257.89 | 0.98 | 0.66 |
| Hex | 85 | 52 | FD | 2F | 44 | 0 | 1 | 102 | 62 | 42 |
| Octal | 205 | 122 | 375 | 57 | 104 | 0 | 1 | 402 | 142 | 102 |
| Binary | 10000101 | 1010010 | 11111101 | 101111 | 1000100 | 0 | 1 | 100000010 | 1100010 | 1000010 |
Color Harmonies of #8552FD
Complementary color
Monochromatic Colors of #8552FD
Black with #8552FD
Text Example
Text Example
White with #8552FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8552FD; }
p { color: rgb(133,82,253); }
H1.HeaderClassName
{
color: #8552FD;
}
.AnyTagClassName
{
color: #8552FD;
}
</style>
background-color css
<style>
a { background-color: #8552FD; }
a { background-color: rgb(133,82,253); }
div.DivClassName
{
background-color: #8552FD;
}
.BgClassName
{
background-color: #8552FD;
}
</style>
border-color css
<style>
span { border-color: #8552FD; }
span { border-color: rgb(133,82,253); }
td.TdClassName
{
border-color: #8552FD;
}
.TagClassName
{
border-color: #8552FD;
}
</style>