Shades of Light Slate Blue #8753FF
Tints of Light Slate Blue #8753FF
RGB
CMYK
RGB Variations
Color information
#8753FF (or 0x8753FF) is known color: Light Slate Blue. HEX triplet: 87, 53 and FF. RGB value is (135,83,255). Sum of RGB (Red+Green+Blue) = 135+83+255=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #8753FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8753FF is #78AC00. Grayscale: #757575. Windows color (decimal): -7908353 or 16733063. OLE color: 16733063.
HSL color Cylindrical-coordinate representation of color #8753FF: hue angle of 258.14º 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 #8753FF is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 83 | 255 | - |
| CMYK | 0.47 | 0.67 | 0 | 0 |
| HSL | 258.14º | 1% | 0.66% | - |
| HSV(B) | 258.14º | 0.67% | 1% | - |
| XYZ | 31.13 | 18.56 | 96.55 | - |
| YUV | 118.16 | 205.23 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 255 | 0.47 | 0.67 | 0 | 0 | 258.14 | 1 | 0.66 |
| Hex | 87 | 53 | FF | 2F | 43 | 0 | 0 | 102 | 64 | 42 |
| Octal | 207 | 123 | 377 | 57 | 103 | 0 | 0 | 402 | 144 | 102 |
| Binary | 10000111 | 1010011 | 11111111 | 101111 | 1000011 | 0 | 0 | 100000010 | 1100100 | 1000010 |
Color Harmonies of #8753FF
Complementary color
Monochromatic Colors of #8753FF
Black with #8753FF
Text Example
Text Example
White with #8753FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8753FF; }
p { color: rgb(135,83,255); }
H1.HeaderClassName
{
color: #8753FF;
}
.AnyTagClassName
{
color: #8753FF;
}
</style>
background-color css
<style>
a { background-color: #8753FF; }
a { background-color: rgb(135,83,255); }
div.DivClassName
{
background-color: #8753FF;
}
.BgClassName
{
background-color: #8753FF;
}
</style>
border-color css
<style>
span { border-color: #8753FF; }
span { border-color: rgb(135,83,255); }
td.TdClassName
{
border-color: #8753FF;
}
.TagClassName
{
border-color: #8753FF;
}
</style>