Shades of Light Slate Blue #867CFC
Tints of Light Slate Blue #867CFC
RGB
CMYK
RGB Variations
Color information
#867CFC (or 0x867CFC) is known color: Light Slate Blue. HEX triplet: 86, 7C and FC. RGB value is (134,124,252). Sum of RGB (Red+Green+Blue) = 134+124+252=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #867CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867CFC is #798303. Grayscale: #8D8D8D. Windows color (decimal): -7963396 or 16546950. OLE color: 16546950.
HSL color Cylindrical-coordinate representation of color #867CFC: hue angle of 244.69º degrees, saturation: 0.96, 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 #867CFC is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 124 | 252 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.01 |
| HSL | 244.69º | 0.96% | 0.74% | - |
| HSV(B) | 244.69º | 0.51% | 0.99% | - |
| XYZ | 34.61 | 26.51 | 95.39 | - |
| YUV | 141.58 | 190.31 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 252 | 0.47 | 0.51 | 0 | 0.01 | 244.69 | 0.96 | 0.74 |
| Hex | 86 | 7C | FC | 2F | 33 | 0 | 1 | F5 | 60 | 4A |
| Octal | 206 | 174 | 374 | 57 | 63 | 0 | 1 | 365 | 140 | 112 |
| Binary | 10000110 | 1111100 | 11111100 | 101111 | 110011 | 0 | 1 | 11110101 | 1100000 | 1001010 |
Color Harmonies of #867CFC
Complementary color
Monochromatic Colors of #867CFC
Black with #867CFC
Text Example
Text Example
White with #867CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867CFC; }
p { color: rgb(134,124,252); }
H1.HeaderClassName
{
color: #867CFC;
}
.AnyTagClassName
{
color: #867CFC;
}
</style>
background-color css
<style>
a { background-color: #867CFC; }
a { background-color: rgb(134,124,252); }
div.DivClassName
{
background-color: #867CFC;
}
.BgClassName
{
background-color: #867CFC;
}
</style>
border-color css
<style>
span { border-color: #867CFC; }
span { border-color: rgb(134,124,252); }
td.TdClassName
{
border-color: #867CFC;
}
.TagClassName
{
border-color: #867CFC;
}
</style>