Shades of Light Slate Blue #867CFD
Tints of Light Slate Blue #867CFD
RGB
CMYK
RGB Variations
Color information
#867CFD (or 0x867CFD) is known color: Light Slate Blue. HEX triplet: 86, 7C and FD. RGB value is (134,124,253). Sum of RGB (Red+Green+Blue) = 134+124+253=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #867CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867CFD is #798302. Grayscale: #8D8D8D. Windows color (decimal): -7963395 or 16612486. OLE color: 16612486.
HSL color Cylindrical-coordinate representation of color #867CFD: hue angle of 244.65º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #867CFD is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 124 | 253 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.01 |
| HSL | 244.65º | 0.97% | 0.74% | - |
| HSV(B) | 244.65º | 0.51% | 0.99% | - |
| XYZ | 34.77 | 26.58 | 96.23 | - |
| YUV | 141.7 | 190.81 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 253 | 0.47 | 0.51 | 0 | 0.01 | 244.65 | 0.97 | 0.74 |
| Hex | 86 | 7C | FD | 2F | 33 | 0 | 1 | F5 | 61 | 4A |
| Octal | 206 | 174 | 375 | 57 | 63 | 0 | 1 | 365 | 141 | 112 |
| Binary | 10000110 | 1111100 | 11111101 | 101111 | 110011 | 0 | 1 | 11110101 | 1100001 | 1001010 |
Color Harmonies of #867CFD
Complementary color
Monochromatic Colors of #867CFD
Black with #867CFD
Text Example
Text Example
White with #867CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867CFD; }
p { color: rgb(134,124,253); }
H1.HeaderClassName
{
color: #867CFD;
}
.AnyTagClassName
{
color: #867CFD;
}
</style>
background-color css
<style>
a { background-color: #867CFD; }
a { background-color: rgb(134,124,253); }
div.DivClassName
{
background-color: #867CFD;
}
.BgClassName
{
background-color: #867CFD;
}
</style>
border-color css
<style>
span { border-color: #867CFD; }
span { border-color: rgb(134,124,253); }
td.TdClassName
{
border-color: #867CFD;
}
.TagClassName
{
border-color: #867CFD;
}
</style>