Shades of Light Slate Blue #867EFD
Tints of Light Slate Blue #867EFD
RGB
CMYK
RGB Variations
Color information
#867EFD (or 0x867EFD) is known color: Light Slate Blue. HEX triplet: 86, 7E and FD. RGB value is (134,126,253). Sum of RGB (Red+Green+Blue) = 134+126+253=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #867EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867EFD is #798102. Grayscale: #8E8E8E. Windows color (decimal): -7962883 or 16612998. OLE color: 16612998.
HSL color Cylindrical-coordinate representation of color #867EFD: hue angle of 243.78º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #867EFD is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 126 | 253 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.01 |
| HSL | 243.78º | 0.97% | 0.74% | - |
| HSV(B) | 243.78º | 0.5% | 0.99% | - |
| XYZ | 35.02 | 27.08 | 96.31 | - |
| YUV | 142.87 | 190.15 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 253 | 0.47 | 0.50 | 0 | 0.01 | 243.78 | 0.97 | 0.74 |
| Hex | 86 | 7E | FD | 2F | 32 | 0 | 1 | F4 | 61 | 4A |
| Octal | 206 | 176 | 375 | 57 | 62 | 0 | 1 | 364 | 141 | 112 |
| Binary | 10000110 | 1111110 | 11111101 | 101111 | 110010 | 0 | 1 | 11110100 | 1100001 | 1001010 |
Color Harmonies of #867EFD
Complementary color
Monochromatic Colors of #867EFD
Black with #867EFD
Text Example
Text Example
White with #867EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867EFD; }
p { color: rgb(134,126,253); }
H1.HeaderClassName
{
color: #867EFD;
}
.AnyTagClassName
{
color: #867EFD;
}
</style>
background-color css
<style>
a { background-color: #867EFD; }
a { background-color: rgb(134,126,253); }
div.DivClassName
{
background-color: #867EFD;
}
.BgClassName
{
background-color: #867EFD;
}
</style>
border-color css
<style>
span { border-color: #867EFD; }
span { border-color: rgb(134,126,253); }
td.TdClassName
{
border-color: #867EFD;
}
.TagClassName
{
border-color: #867EFD;
}
</style>