Shades of Light Slate Blue #867AFE
Tints of Light Slate Blue #867AFE
RGB
CMYK
RGB Variations
Color information
#867AFE (or 0x867AFE) is known color: Light Slate Blue. HEX triplet: 86, 7A and FE. RGB value is (134,122,254). Sum of RGB (Red+Green+Blue) = 134+122+254=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #867AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867AFE is #798501. Grayscale: #8C8C8C. Windows color (decimal): -7963906 or 16677510. OLE color: 16677510.
HSL color Cylindrical-coordinate representation of color #867AFE: hue angle of 245.45º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #867AFE is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 122 | 254 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.00 |
| HSL | 245.45º | 0.99% | 0.74% | - |
| HSV(B) | 245.45º | 0.52% | 1% | - |
| XYZ | 34.68 | 26.14 | 96.98 | - |
| YUV | 140.64 | 191.98 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 254 | 0.47 | 0.52 | 0 | 0.00 | 245.45 | 0.99 | 0.74 |
| Hex | 86 | 7A | FE | 2F | 34 | 0 | 0 | F5 | 63 | 4A |
| Octal | 206 | 172 | 376 | 57 | 64 | 0 | 0 | 365 | 143 | 112 |
| Binary | 10000110 | 1111010 | 11111110 | 101111 | 110100 | 0 | 0 | 11110101 | 1100011 | 1001010 |
Color Harmonies of #867AFE
Complementary color
Monochromatic Colors of #867AFE
Black with #867AFE
Text Example
Text Example
White with #867AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867AFE; }
p { color: rgb(134,122,254); }
H1.HeaderClassName
{
color: #867AFE;
}
.AnyTagClassName
{
color: #867AFE;
}
</style>
background-color css
<style>
a { background-color: #867AFE; }
a { background-color: rgb(134,122,254); }
div.DivClassName
{
background-color: #867AFE;
}
.BgClassName
{
background-color: #867AFE;
}
</style>
border-color css
<style>
span { border-color: #867AFE; }
span { border-color: rgb(134,122,254); }
td.TdClassName
{
border-color: #867AFE;
}
.TagClassName
{
border-color: #867AFE;
}
</style>