Shades of Light Slate Blue #8785F8
Tints of Light Slate Blue #8785F8
RGB
CMYK
RGB Variations
Color information
#8785F8 (or 0x8785F8) is known color: Light Slate Blue. HEX triplet: 87, 85 and F8. RGB value is (135,133,248). Sum of RGB (Red+Green+Blue) = 135+133+248=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #8785F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8785F8 is #787A07. Grayscale: #929292. Windows color (decimal): -7895560 or 16287111. OLE color: 16287111.
HSL color Cylindrical-coordinate representation of color #8785F8: hue angle of 241.04º 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 #8785F8 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 135 | 133 | 248 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.03 |
| HSL | 241.04º | 0.89% | 0.75% | - |
| HSV(B) | 241.04º | 0.46% | 0.97% | - |
| XYZ | 35.32 | 28.7 | 92.49 | - |
| YUV | 146.71 | 185.16 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 248 | 0.46 | 0.46 | 0 | 0.03 | 241.04 | 0.89 | 0.75 |
| Hex | 87 | 85 | F8 | 2E | 2E | 0 | 3 | F1 | 59 | 4B |
| Octal | 207 | 205 | 370 | 56 | 56 | 0 | 3 | 361 | 131 | 113 |
| Binary | 10000111 | 10000101 | 11111000 | 101110 | 101110 | 0 | 11 | 11110001 | 1011001 | 1001011 |
Color Harmonies of #8785F8
Complementary color
Monochromatic Colors of #8785F8
Black with #8785F8
Text Example
Text Example
White with #8785F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8785F8; }
p { color: rgb(135,133,248); }
H1.HeaderClassName
{
color: #8785F8;
}
.AnyTagClassName
{
color: #8785F8;
}
</style>
background-color css
<style>
a { background-color: #8785F8; }
a { background-color: rgb(135,133,248); }
div.DivClassName
{
background-color: #8785F8;
}
.BgClassName
{
background-color: #8785F8;
}
</style>
border-color css
<style>
span { border-color: #8785F8; }
span { border-color: rgb(135,133,248); }
td.TdClassName
{
border-color: #8785F8;
}
.TagClassName
{
border-color: #8785F8;
}
</style>