Shades of Light Slate Blue #868BFE
Tints of Light Slate Blue #868BFE
RGB
CMYK
RGB Variations
Color information
#868BFE (or 0x868BFE) is known color: Light Slate Blue. HEX triplet: 86, 8B and FE. RGB value is (134,139,254). Sum of RGB (Red+Green+Blue) = 134+139+254=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #868BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868BFE is #797401. Grayscale: #969696. Windows color (decimal): -7959554 or 16681862. OLE color: 16681862.
HSL color Cylindrical-coordinate representation of color #868BFE: hue angle of 237.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #868BFE is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 139 | 254 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.00 |
| HSL | 237.5º | 0.98% | 0.76% | - |
| HSV(B) | 237.5º | 0.47% | 1% | - |
| XYZ | 36.95 | 30.69 | 97.74 | - |
| YUV | 150.62 | 186.34 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 254 | 0.47 | 0.45 | 0 | 0.00 | 237.5 | 0.98 | 0.76 |
| Hex | 86 | 8B | FE | 2F | 2D | 0 | 0 | EE | 62 | 4C |
| Octal | 206 | 213 | 376 | 57 | 55 | 0 | 0 | 356 | 142 | 114 |
| Binary | 10000110 | 10001011 | 11111110 | 101111 | 101101 | 0 | 0 | 11101110 | 1100010 | 1001100 |
Color Harmonies of #868BFE
Complementary color
Monochromatic Colors of #868BFE
Black with #868BFE
Text Example
Text Example
White with #868BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868BFE; }
p { color: rgb(134,139,254); }
H1.HeaderClassName
{
color: #868BFE;
}
.AnyTagClassName
{
color: #868BFE;
}
</style>
background-color css
<style>
a { background-color: #868BFE; }
a { background-color: rgb(134,139,254); }
div.DivClassName
{
background-color: #868BFE;
}
.BgClassName
{
background-color: #868BFE;
}
</style>
border-color css
<style>
span { border-color: #868BFE; }
span { border-color: rgb(134,139,254); }
td.TdClassName
{
border-color: #868BFE;
}
.TagClassName
{
border-color: #868BFE;
}
</style>