Shades of Medium Slate Blue #8C69F0
Tints of Medium Slate Blue #8C69F0
RGB
CMYK
RGB Variations
Color information
#8C69F0 (or 0x8C69F0) is known color: Medium Slate Blue. HEX triplet: 8C, 69 and F0. RGB value is (140,105,240). Sum of RGB (Red+Green+Blue) = 140+105+240=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #8C69F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C69F0 is #73960F. Grayscale: #828282. Windows color (decimal): -7575056 or 15755660. OLE color: 15755660.
HSL color Cylindrical-coordinate representation of color #8C69F0: hue angle of 255.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C69F0 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 105 | 240 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.06 |
| HSL | 255.56º | 0.82% | 0.68% | - |
| HSV(B) | 255.56º | 0.56% | 0.94% | - |
| XYZ | 31.59 | 21.97 | 85.01 | - |
| YUV | 130.86 | 189.6 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 240 | 0.42 | 0.56 | 0 | 0.06 | 255.56 | 0.82 | 0.68 |
| Hex | 8C | 69 | F0 | 2A | 38 | 0 | 6 | 100 | 52 | 44 |
| Octal | 214 | 151 | 360 | 52 | 70 | 0 | 6 | 400 | 122 | 104 |
| Binary | 10001100 | 1101001 | 11110000 | 101010 | 111000 | 0 | 110 | 100000000 | 1010010 | 1000100 |
Color Harmonies of #8C69F0
Complementary color
Monochromatic Colors of #8C69F0
Black with #8C69F0
Text Example
Text Example
White with #8C69F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C69F0; }
p { color: rgb(140,105,240); }
H1.HeaderClassName
{
color: #8C69F0;
}
.AnyTagClassName
{
color: #8C69F0;
}
</style>
background-color css
<style>
a { background-color: #8C69F0; }
a { background-color: rgb(140,105,240); }
div.DivClassName
{
background-color: #8C69F0;
}
.BgClassName
{
background-color: #8C69F0;
}
</style>
border-color css
<style>
span { border-color: #8C69F0; }
span { border-color: rgb(140,105,240); }
td.TdClassName
{
border-color: #8C69F0;
}
.TagClassName
{
border-color: #8C69F0;
}
</style>