Shades of Light Slate Blue #8F72F2
Tints of Light Slate Blue #8F72F2
RGB
CMYK
RGB Variations
Color information
#8F72F2 (or 0x8F72F2) is known color: Light Slate Blue. HEX triplet: 8F, 72 and F2. RGB value is (143,114,242). Sum of RGB (Red+Green+Blue) = 143+114+242=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #8F72F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F72F2 is #708D0D. Grayscale: #888888. Windows color (decimal): -7376142 or 15889039. OLE color: 15889039.
HSL color Cylindrical-coordinate representation of color #8F72F2: hue angle of 253.59º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F72F2 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 114 | 242 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.05 |
| HSL | 253.59º | 0.83% | 0.7% | - |
| HSV(B) | 253.59º | 0.53% | 0.95% | - |
| XYZ | 33.37 | 24.29 | 86.93 | - |
| YUV | 137.26 | 187.11 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 242 | 0.41 | 0.53 | 0 | 0.05 | 253.59 | 0.83 | 0.7 |
| Hex | 8F | 72 | F2 | 29 | 35 | 0 | 5 | FE | 53 | 46 |
| Octal | 217 | 162 | 362 | 51 | 65 | 0 | 5 | 376 | 123 | 106 |
| Binary | 10001111 | 1110010 | 11110010 | 101001 | 110101 | 0 | 101 | 11111110 | 1010011 | 1000110 |
Color Harmonies of #8F72F2
Complementary color
Monochromatic Colors of #8F72F2
Black with #8F72F2
Text Example
Text Example
White with #8F72F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F72F2; }
p { color: rgb(143,114,242); }
H1.HeaderClassName
{
color: #8F72F2;
}
.AnyTagClassName
{
color: #8F72F2;
}
</style>
background-color css
<style>
a { background-color: #8F72F2; }
a { background-color: rgb(143,114,242); }
div.DivClassName
{
background-color: #8F72F2;
}
.BgClassName
{
background-color: #8F72F2;
}
</style>
border-color css
<style>
span { border-color: #8F72F2; }
span { border-color: rgb(143,114,242); }
td.TdClassName
{
border-color: #8F72F2;
}
.TagClassName
{
border-color: #8F72F2;
}
</style>