Shades of Light Slate Blue #8A85F7
Tints of Light Slate Blue #8A85F7
RGB
CMYK
RGB Variations
Color information
#8A85F7 (or 0x8A85F7) is known color: Light Slate Blue. HEX triplet: 8A, 85 and F7. RGB value is (138,133,247). Sum of RGB (Red+Green+Blue) = 138+133+247=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #8A85F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A85F7 is #757A08. Grayscale: #939393. Windows color (decimal): -7698953 or 16221578. OLE color: 16221578.
HSL color Cylindrical-coordinate representation of color #8A85F7: hue angle of 242.63º degrees, saturation: 0.88, 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 #8A85F7 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 133 | 247 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.03 |
| HSL | 242.63º | 0.88% | 0.75% | - |
| HSV(B) | 242.63º | 0.46% | 0.97% | - |
| XYZ | 35.66 | 28.89 | 91.69 | - |
| YUV | 147.49 | 184.16 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 247 | 0.44 | 0.46 | 0 | 0.03 | 242.63 | 0.88 | 0.75 |
| Hex | 8A | 85 | F7 | 2C | 2E | 0 | 3 | F3 | 58 | 4B |
| Octal | 212 | 205 | 367 | 54 | 56 | 0 | 3 | 363 | 130 | 113 |
| Binary | 10001010 | 10000101 | 11110111 | 101100 | 101110 | 0 | 11 | 11110011 | 1011000 | 1001011 |
Color Harmonies of #8A85F7
Complementary color
Monochromatic Colors of #8A85F7
Black with #8A85F7
Text Example
Text Example
White with #8A85F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A85F7; }
p { color: rgb(138,133,247); }
H1.HeaderClassName
{
color: #8A85F7;
}
.AnyTagClassName
{
color: #8A85F7;
}
</style>
background-color css
<style>
a { background-color: #8A85F7; }
a { background-color: rgb(138,133,247); }
div.DivClassName
{
background-color: #8A85F7;
}
.BgClassName
{
background-color: #8A85F7;
}
</style>
border-color css
<style>
span { border-color: #8A85F7; }
span { border-color: rgb(138,133,247); }
td.TdClassName
{
border-color: #8A85F7;
}
.TagClassName
{
border-color: #8A85F7;
}
</style>