Shades of Light Slate Blue #8F69FA
Tints of Light Slate Blue #8F69FA
RGB
CMYK
RGB Variations
Color information
#8F69FA (or 0x8F69FA) is known color: Light Slate Blue. HEX triplet: 8F, 69 and FA. RGB value is (143,105,250). Sum of RGB (Red+Green+Blue) = 143+105+250=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F69FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F69FA is #709605. Grayscale: #848484. Windows color (decimal): -7378438 or 16411023. OLE color: 16411023.
HSL color Cylindrical-coordinate representation of color #8F69FA: hue angle of 255.72º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F69FA is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 105 | 250 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.02 |
| HSL | 255.72º | 0.94% | 0.7% | - |
| HSV(B) | 255.72º | 0.58% | 0.98% | - |
| XYZ | 33.63 | 22.84 | 93.08 | - |
| YUV | 132.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 250 | 0.43 | 0.58 | 0 | 0.02 | 255.72 | 0.94 | 0.7 |
| Hex | 8F | 69 | FA | 2B | 3A | 0 | 2 | 100 | 5E | 46 |
| Octal | 217 | 151 | 372 | 53 | 72 | 0 | 2 | 400 | 136 | 106 |
| Binary | 10001111 | 1101001 | 11111010 | 101011 | 111010 | 0 | 10 | 100000000 | 1011110 | 1000110 |
Color Harmonies of #8F69FA
Complementary color
Monochromatic Colors of #8F69FA
Black with #8F69FA
Text Example
Text Example
White with #8F69FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F69FA; }
p { color: rgb(143,105,250); }
H1.HeaderClassName
{
color: #8F69FA;
}
.AnyTagClassName
{
color: #8F69FA;
}
</style>
background-color css
<style>
a { background-color: #8F69FA; }
a { background-color: rgb(143,105,250); }
div.DivClassName
{
background-color: #8F69FA;
}
.BgClassName
{
background-color: #8F69FA;
}
</style>
border-color css
<style>
span { border-color: #8F69FA; }
span { border-color: rgb(143,105,250); }
td.TdClassName
{
border-color: #8F69FA;
}
.TagClassName
{
border-color: #8F69FA;
}
</style>