Shades of Light Slate Blue #8F85F8
Tints of Light Slate Blue #8F85F8
RGB
CMYK
RGB Variations
Color information
#8F85F8 (or 0x8F85F8) is known color: Light Slate Blue. HEX triplet: 8F, 85 and F8. RGB value is (143,133,248). Sum of RGB (Red+Green+Blue) = 143+133+248=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F85F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F85F8 is #707A07. Grayscale: #949494. Windows color (decimal): -7371272 or 16287119. OLE color: 16287119.
HSL color Cylindrical-coordinate representation of color #8F85F8: hue angle of 245.22º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F85F8 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 133 | 248 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.03 |
| HSL | 245.22º | 0.89% | 0.75% | - |
| HSV(B) | 245.22º | 0.46% | 0.97% | - |
| XYZ | 36.66 | 29.39 | 92.55 | - |
| YUV | 149.1 | 183.81 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 248 | 0.42 | 0.46 | 0 | 0.03 | 245.22 | 0.89 | 0.75 |
| Hex | 8F | 85 | F8 | 2A | 2E | 0 | 3 | F5 | 59 | 4B |
| Octal | 217 | 205 | 370 | 52 | 56 | 0 | 3 | 365 | 131 | 113 |
| Binary | 10001111 | 10000101 | 11111000 | 101010 | 101110 | 0 | 11 | 11110101 | 1011001 | 1001011 |
Color Harmonies of #8F85F8
Complementary color
Monochromatic Colors of #8F85F8
Black with #8F85F8
Text Example
Text Example
White with #8F85F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85F8; }
p { color: rgb(143,133,248); }
H1.HeaderClassName
{
color: #8F85F8;
}
.AnyTagClassName
{
color: #8F85F8;
}
</style>
background-color css
<style>
a { background-color: #8F85F8; }
a { background-color: rgb(143,133,248); }
div.DivClassName
{
background-color: #8F85F8;
}
.BgClassName
{
background-color: #8F85F8;
}
</style>
border-color css
<style>
span { border-color: #8F85F8; }
span { border-color: rgb(143,133,248); }
td.TdClassName
{
border-color: #8F85F8;
}
.TagClassName
{
border-color: #8F85F8;
}
</style>