Shades of Light Slate Blue #867DF2
Tints of Light Slate Blue #867DF2
RGB
CMYK
RGB Variations
Color information
#867DF2 (or 0x867DF2) is known color: Light Slate Blue. HEX triplet: 86, 7D and F2. RGB value is (134,125,242). Sum of RGB (Red+Green+Blue) = 134+125+242=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #867DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867DF2 is #79820D. Grayscale: #8C8C8C. Windows color (decimal): -7963150 or 15891846. OLE color: 15891846.
HSL color Cylindrical-coordinate representation of color #867DF2: hue angle of 244.62º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #867DF2 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 125 | 242 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.05 |
| HSL | 244.62º | 0.82% | 0.72% | - |
| HSV(B) | 244.62º | 0.48% | 0.95% | - |
| XYZ | 33.19 | 26.15 | 87.3 | - |
| YUV | 141.03 | 184.98 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 242 | 0.45 | 0.48 | 0 | 0.05 | 244.62 | 0.82 | 0.72 |
| Hex | 86 | 7D | F2 | 2D | 30 | 0 | 5 | F5 | 52 | 48 |
| Octal | 206 | 175 | 362 | 55 | 60 | 0 | 5 | 365 | 122 | 110 |
| Binary | 10000110 | 1111101 | 11110010 | 101101 | 110000 | 0 | 101 | 11110101 | 1010010 | 1001000 |
Color Harmonies of #867DF2
Complementary color
Monochromatic Colors of #867DF2
Black with #867DF2
Text Example
Text Example
White with #867DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867DF2; }
p { color: rgb(134,125,242); }
H1.HeaderClassName
{
color: #867DF2;
}
.AnyTagClassName
{
color: #867DF2;
}
</style>
background-color css
<style>
a { background-color: #867DF2; }
a { background-color: rgb(134,125,242); }
div.DivClassName
{
background-color: #867DF2;
}
.BgClassName
{
background-color: #867DF2;
}
</style>
border-color css
<style>
span { border-color: #867DF2; }
span { border-color: rgb(134,125,242); }
td.TdClassName
{
border-color: #867DF2;
}
.TagClassName
{
border-color: #867DF2;
}
</style>