Shades of Light Slate Blue #8F72FF
Tints of Light Slate Blue #8F72FF
RGB
CMYK
RGB Variations
Color information
#8F72FF (or 0x8F72FF) is known color: Light Slate Blue. HEX triplet: 8F, 72 and FF. RGB value is (143,114,255). Sum of RGB (Red+Green+Blue) = 143+114+255=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F72FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F72FF is #708D00. Grayscale: #8A8A8A. Windows color (decimal): -7376129 or 16741007. OLE color: 16741007.
HSL color Cylindrical-coordinate representation of color #8F72FF: hue angle of 252.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F72FF is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 114 | 255 | - |
| CMYK | 0.44 | 0.55 | 0 | 0 |
| HSL | 252.34º | 1% | 0.72% | - |
| HSV(B) | 252.34º | 0.55% | 1% | - |
| XYZ | 35.4 | 25.09 | 97.59 | - |
| YUV | 138.75 | 193.61 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 255 | 0.44 | 0.55 | 0 | 0 | 252.34 | 1 | 0.72 |
| Hex | 8F | 72 | FF | 2C | 37 | 0 | 0 | FC | 64 | 48 |
| Octal | 217 | 162 | 377 | 54 | 67 | 0 | 0 | 374 | 144 | 110 |
| Binary | 10001111 | 1110010 | 11111111 | 101100 | 110111 | 0 | 0 | 11111100 | 1100100 | 1001000 |
Color Harmonies of #8F72FF
Complementary color
Monochromatic Colors of #8F72FF
Black with #8F72FF
Text Example
Text Example
White with #8F72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F72FF; }
p { color: rgb(143,114,255); }
H1.HeaderClassName
{
color: #8F72FF;
}
.AnyTagClassName
{
color: #8F72FF;
}
</style>
background-color css
<style>
a { background-color: #8F72FF; }
a { background-color: rgb(143,114,255); }
div.DivClassName
{
background-color: #8F72FF;
}
.BgClassName
{
background-color: #8F72FF;
}
</style>
border-color css
<style>
span { border-color: #8F72FF; }
span { border-color: rgb(143,114,255); }
td.TdClassName
{
border-color: #8F72FF;
}
.TagClassName
{
border-color: #8F72FF;
}
</style>