Shades of Light Slate Blue #8685FF
Tints of Light Slate Blue #8685FF
RGB
CMYK
RGB Variations
Color information
#8685FF (or 0x8685FF) is known color: Light Slate Blue. HEX triplet: 86, 85 and FF. RGB value is (134,133,255). Sum of RGB (Red+Green+Blue) = 134+133+255=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #8685FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8685FF is #797A00. Grayscale: #929292. Windows color (decimal): -7961089 or 16745862. OLE color: 16745862.
HSL color Cylindrical-coordinate representation of color #8685FF: hue angle of 240.49º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8685FF is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 133 | 255 | - |
| CMYK | 0.47 | 0.48 | 0 | 0 |
| HSL | 240.49º | 1% | 0.76% | - |
| HSV(B) | 240.49º | 0.48% | 1% | - |
| XYZ | 36.27 | 29.06 | 98.31 | - |
| YUV | 147.21 | 188.83 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 255 | 0.47 | 0.48 | 0 | 0 | 240.49 | 1 | 0.76 |
| Hex | 86 | 85 | FF | 2F | 30 | 0 | 0 | F0 | 64 | 4C |
| Octal | 206 | 205 | 377 | 57 | 60 | 0 | 0 | 360 | 144 | 114 |
| Binary | 10000110 | 10000101 | 11111111 | 101111 | 110000 | 0 | 0 | 11110000 | 1100100 | 1001100 |
Color Harmonies of #8685FF
Complementary color
Monochromatic Colors of #8685FF
Black with #8685FF
Text Example
Text Example
White with #8685FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8685FF; }
p { color: rgb(134,133,255); }
H1.HeaderClassName
{
color: #8685FF;
}
.AnyTagClassName
{
color: #8685FF;
}
</style>
background-color css
<style>
a { background-color: #8685FF; }
a { background-color: rgb(134,133,255); }
div.DivClassName
{
background-color: #8685FF;
}
.BgClassName
{
background-color: #8685FF;
}
</style>
border-color css
<style>
span { border-color: #8685FF; }
span { border-color: rgb(134,133,255); }
td.TdClassName
{
border-color: #8685FF;
}
.TagClassName
{
border-color: #8685FF;
}
</style>