Shades of Light Slate Blue #8F62FE
Tints of Light Slate Blue #8F62FE
RGB
CMYK
RGB Variations
Color information
#8F62FE (or 0x8F62FE) is known color: Light Slate Blue. HEX triplet: 8F, 62 and FE. RGB value is (143,98,254). Sum of RGB (Red+Green+Blue) = 143+98+254=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F62FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F62FE is #709D01. Grayscale: #808080. Windows color (decimal): -7380226 or 16671375. OLE color: 16671375.
HSL color Cylindrical-coordinate representation of color #8F62FE: hue angle of 257.31º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F62FE is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 98 | 254 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.00 |
| HSL | 257.31º | 0.99% | 0.69% | - |
| HSV(B) | 257.31º | 0.61% | 1% | - |
| XYZ | 33.58 | 21.73 | 96.19 | - |
| YUV | 129.24 | 198.41 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 98 | 254 | 0.44 | 0.61 | 0 | 0.00 | 257.31 | 0.99 | 0.69 |
| Hex | 8F | 62 | FE | 2C | 3D | 0 | 0 | 101 | 63 | 45 |
| Octal | 217 | 142 | 376 | 54 | 75 | 0 | 0 | 401 | 143 | 105 |
| Binary | 10001111 | 1100010 | 11111110 | 101100 | 111101 | 0 | 0 | 100000001 | 1100011 | 1000101 |
Color Harmonies of #8F62FE
Complementary color
Monochromatic Colors of #8F62FE
Black with #8F62FE
Text Example
Text Example
White with #8F62FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F62FE; }
p { color: rgb(143,98,254); }
H1.HeaderClassName
{
color: #8F62FE;
}
.AnyTagClassName
{
color: #8F62FE;
}
</style>
background-color css
<style>
a { background-color: #8F62FE; }
a { background-color: rgb(143,98,254); }
div.DivClassName
{
background-color: #8F62FE;
}
.BgClassName
{
background-color: #8F62FE;
}
</style>
border-color css
<style>
span { border-color: #8F62FE; }
span { border-color: rgb(143,98,254); }
td.TdClassName
{
border-color: #8F62FE;
}
.TagClassName
{
border-color: #8F62FE;
}
</style>