Shades of Light Slate Blue #8F62FA
Tints of Light Slate Blue #8F62FA
RGB
CMYK
RGB Variations
Color information
#8F62FA (or 0x8F62FA) is known color: Light Slate Blue. HEX triplet: 8F, 62 and FA. RGB value is (143,98,250). Sum of RGB (Red+Green+Blue) = 143+98+250=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F62FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F62FA is #709D05. Grayscale: #808080. Windows color (decimal): -7380230 or 16409231. OLE color: 16409231.
HSL color Cylindrical-coordinate representation of color #8F62FA: hue angle of 257.76º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F62FA is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 98 | 250 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.02 |
| HSL | 257.76º | 0.94% | 0.68% | - |
| HSV(B) | 257.76º | 0.61% | 0.98% | - |
| XYZ | 32.95 | 21.48 | 92.85 | - |
| YUV | 128.78 | 196.41 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 98 | 250 | 0.43 | 0.61 | 0 | 0.02 | 257.76 | 0.94 | 0.68 |
| Hex | 8F | 62 | FA | 2B | 3D | 0 | 2 | 102 | 5E | 44 |
| Octal | 217 | 142 | 372 | 53 | 75 | 0 | 2 | 402 | 136 | 104 |
| Binary | 10001111 | 1100010 | 11111010 | 101011 | 111101 | 0 | 10 | 100000010 | 1011110 | 1000100 |
Color Harmonies of #8F62FA
Complementary color
Monochromatic Colors of #8F62FA
Black with #8F62FA
Text Example
Text Example
White with #8F62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F62FA; }
p { color: rgb(143,98,250); }
H1.HeaderClassName
{
color: #8F62FA;
}
.AnyTagClassName
{
color: #8F62FA;
}
</style>
background-color css
<style>
a { background-color: #8F62FA; }
a { background-color: rgb(143,98,250); }
div.DivClassName
{
background-color: #8F62FA;
}
.BgClassName
{
background-color: #8F62FA;
}
</style>
border-color css
<style>
span { border-color: #8F62FA; }
span { border-color: rgb(143,98,250); }
td.TdClassName
{
border-color: #8F62FA;
}
.TagClassName
{
border-color: #8F62FA;
}
</style>