Shades of Light Slate Blue #8F69F9
Tints of Light Slate Blue #8F69F9
RGB
CMYK
RGB Variations
Color information
#8F69F9 (or 0x8F69F9) is known color: Light Slate Blue. HEX triplet: 8F, 69 and F9. RGB value is (143,105,249). Sum of RGB (Red+Green+Blue) = 143+105+249=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F69F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F69F9 is #709606. Grayscale: #848484. Windows color (decimal): -7378439 or 16345487. OLE color: 16345487.
HSL color Cylindrical-coordinate representation of color #8F69F9: hue angle of 255.83º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F69F9 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 105 | 249 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.02 |
| HSL | 255.83º | 0.92% | 0.69% | - |
| HSV(B) | 255.83º | 0.58% | 0.98% | - |
| XYZ | 33.48 | 22.78 | 92.26 | - |
| YUV | 132.78 | 193.59 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 249 | 0.43 | 0.58 | 0 | 0.02 | 255.83 | 0.92 | 0.69 |
| Hex | 8F | 69 | F9 | 2B | 3A | 0 | 2 | 100 | 5C | 45 |
| Octal | 217 | 151 | 371 | 53 | 72 | 0 | 2 | 400 | 134 | 105 |
| Binary | 10001111 | 1101001 | 11111001 | 101011 | 111010 | 0 | 10 | 100000000 | 1011100 | 1000101 |
Color Harmonies of #8F69F9
Complementary color
Monochromatic Colors of #8F69F9
Black with #8F69F9
Text Example
Text Example
White with #8F69F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F69F9; }
p { color: rgb(143,105,249); }
H1.HeaderClassName
{
color: #8F69F9;
}
.AnyTagClassName
{
color: #8F69F9;
}
</style>
background-color css
<style>
a { background-color: #8F69F9; }
a { background-color: rgb(143,105,249); }
div.DivClassName
{
background-color: #8F69F9;
}
.BgClassName
{
background-color: #8F69F9;
}
</style>
border-color css
<style>
span { border-color: #8F69F9; }
span { border-color: rgb(143,105,249); }
td.TdClassName
{
border-color: #8F69F9;
}
.TagClassName
{
border-color: #8F69F9;
}
</style>