Shades of Light Slate Blue #8F75FF
Tints of Light Slate Blue #8F75FF
RGB
CMYK
RGB Variations
Color information
#8F75FF (or 0x8F75FF) is known color: Light Slate Blue. HEX triplet: 8F, 75 and FF. RGB value is (143,117,255). Sum of RGB (Red+Green+Blue) = 143+117+255=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F75FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F75FF is #708A00. Grayscale: #8B8B8B. Windows color (decimal): -7375361 or 16741775. OLE color: 16741775.
HSL color Cylindrical-coordinate representation of color #8F75FF: hue angle of 251.3º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F75FF is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 117 | 255 | - |
| CMYK | 0.44 | 0.54 | 0 | 0 |
| HSL | 251.3º | 1% | 0.73% | - |
| HSV(B) | 251.3º | 0.54% | 1% | - |
| XYZ | 35.74 | 25.78 | 97.7 | - |
| YUV | 140.51 | 192.61 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 255 | 0.44 | 0.54 | 0 | 0 | 251.3 | 1 | 0.73 |
| Hex | 8F | 75 | FF | 2C | 36 | 0 | 0 | FB | 64 | 49 |
| Octal | 217 | 165 | 377 | 54 | 66 | 0 | 0 | 373 | 144 | 111 |
| Binary | 10001111 | 1110101 | 11111111 | 101100 | 110110 | 0 | 0 | 11111011 | 1100100 | 1001001 |
Color Harmonies of #8F75FF
Complementary color
Monochromatic Colors of #8F75FF
Black with #8F75FF
Text Example
Text Example
White with #8F75FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F75FF; }
p { color: rgb(143,117,255); }
H1.HeaderClassName
{
color: #8F75FF;
}
.AnyTagClassName
{
color: #8F75FF;
}
</style>
background-color css
<style>
a { background-color: #8F75FF; }
a { background-color: rgb(143,117,255); }
div.DivClassName
{
background-color: #8F75FF;
}
.BgClassName
{
background-color: #8F75FF;
}
</style>
border-color css
<style>
span { border-color: #8F75FF; }
span { border-color: rgb(143,117,255); }
td.TdClassName
{
border-color: #8F75FF;
}
.TagClassName
{
border-color: #8F75FF;
}
</style>