Shades of Light Slate Blue #868BFF
Tints of Light Slate Blue #868BFF
RGB
CMYK
RGB Variations
Color information
#868BFF (or 0x868BFF) is known color: Light Slate Blue. HEX triplet: 86, 8B and FF. RGB value is (134,139,255). Sum of RGB (Red+Green+Blue) = 134+139+255=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #868BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868BFF is #797400. Grayscale: #969696. Windows color (decimal): -7959553 or 16747398. OLE color: 16747398.
HSL color Cylindrical-coordinate representation of color #868BFF: hue angle of 237.52º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #868BFF is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 139 | 255 | - |
| CMYK | 0.47 | 0.45 | 0 | 0 |
| HSL | 237.52º | 1% | 0.76% | - |
| HSV(B) | 237.52º | 0.47% | 1% | - |
| XYZ | 37.11 | 30.75 | 98.59 | - |
| YUV | 150.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 255 | 0.47 | 0.45 | 0 | 0 | 237.52 | 1 | 0.76 |
| Hex | 86 | 8B | FF | 2F | 2D | 0 | 0 | EE | 64 | 4C |
| Octal | 206 | 213 | 377 | 57 | 55 | 0 | 0 | 356 | 144 | 114 |
| Binary | 10000110 | 10001011 | 11111111 | 101111 | 101101 | 0 | 0 | 11101110 | 1100100 | 1001100 |
Color Harmonies of #868BFF
Complementary color
Monochromatic Colors of #868BFF
Black with #868BFF
Text Example
Text Example
White with #868BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868BFF; }
p { color: rgb(134,139,255); }
H1.HeaderClassName
{
color: #868BFF;
}
.AnyTagClassName
{
color: #868BFF;
}
</style>
background-color css
<style>
a { background-color: #868BFF; }
a { background-color: rgb(134,139,255); }
div.DivClassName
{
background-color: #868BFF;
}
.BgClassName
{
background-color: #868BFF;
}
</style>
border-color css
<style>
span { border-color: #868BFF; }
span { border-color: rgb(134,139,255); }
td.TdClassName
{
border-color: #868BFF;
}
.TagClassName
{
border-color: #868BFF;
}
</style>