Shades of Light Slate Blue #8F69F7
Tints of Light Slate Blue #8F69F7
RGB
CMYK
RGB Variations
Color information
#8F69F7 (or 0x8F69F7) is known color: Light Slate Blue. HEX triplet: 8F, 69 and F7. RGB value is (143,105,247). Sum of RGB (Red+Green+Blue) = 143+105+247=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #8F69F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F69F7 is #709608. Grayscale: #848484. Windows color (decimal): -7378441 or 16214415. OLE color: 16214415.
HSL color Cylindrical-coordinate representation of color #8F69F7: hue angle of 256.06º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F69F7 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 105 | 247 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.03 |
| HSL | 256.06º | 0.9% | 0.69% | - |
| HSV(B) | 256.06º | 0.57% | 0.97% | - |
| XYZ | 33.17 | 22.66 | 90.62 | - |
| YUV | 132.55 | 192.59 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 247 | 0.42 | 0.57 | 0 | 0.03 | 256.06 | 0.9 | 0.69 |
| Hex | 8F | 69 | F7 | 2A | 39 | 0 | 3 | 100 | 5A | 45 |
| Octal | 217 | 151 | 367 | 52 | 71 | 0 | 3 | 400 | 132 | 105 |
| Binary | 10001111 | 1101001 | 11110111 | 101010 | 111001 | 0 | 11 | 100000000 | 1011010 | 1000101 |
Color Harmonies of #8F69F7
Complementary color
Monochromatic Colors of #8F69F7
Black with #8F69F7
Text Example
Text Example
White with #8F69F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F69F7; }
p { color: rgb(143,105,247); }
H1.HeaderClassName
{
color: #8F69F7;
}
.AnyTagClassName
{
color: #8F69F7;
}
</style>
background-color css
<style>
a { background-color: #8F69F7; }
a { background-color: rgb(143,105,247); }
div.DivClassName
{
background-color: #8F69F7;
}
.BgClassName
{
background-color: #8F69F7;
}
</style>
border-color css
<style>
span { border-color: #8F69F7; }
span { border-color: rgb(143,105,247); }
td.TdClassName
{
border-color: #8F69F7;
}
.TagClassName
{
border-color: #8F69F7;
}
</style>