Shades of Light Slate Blue #867BFD
Tints of Light Slate Blue #867BFD
RGB
CMYK
RGB Variations
Color information
#867BFD (or 0x867BFD) is known color: Light Slate Blue. HEX triplet: 86, 7B and FD. RGB value is (134,123,253). Sum of RGB (Red+Green+Blue) = 134+123+253=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #867BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867BFD is #798402. Grayscale: #8C8C8C. Windows color (decimal): -7963651 or 16612230. OLE color: 16612230.
HSL color Cylindrical-coordinate representation of color #867BFD: hue angle of 245.08º 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 #867BFD is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 123 | 253 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.01 |
| HSL | 245.08º | 0.97% | 0.74% | - |
| HSV(B) | 245.08º | 0.51% | 0.99% | - |
| XYZ | 34.64 | 26.33 | 96.18 | - |
| YUV | 141.11 | 191.14 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 253 | 0.47 | 0.51 | 0 | 0.01 | 245.08 | 0.97 | 0.74 |
| Hex | 86 | 7B | FD | 2F | 33 | 0 | 1 | F5 | 61 | 4A |
| Octal | 206 | 173 | 375 | 57 | 63 | 0 | 1 | 365 | 141 | 112 |
| Binary | 10000110 | 1111011 | 11111101 | 101111 | 110011 | 0 | 1 | 11110101 | 1100001 | 1001010 |
Color Harmonies of #867BFD
Complementary color
Monochromatic Colors of #867BFD
Black with #867BFD
Text Example
Text Example
White with #867BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BFD; }
p { color: rgb(134,123,253); }
H1.HeaderClassName
{
color: #867BFD;
}
.AnyTagClassName
{
color: #867BFD;
}
</style>
background-color css
<style>
a { background-color: #867BFD; }
a { background-color: rgb(134,123,253); }
div.DivClassName
{
background-color: #867BFD;
}
.BgClassName
{
background-color: #867BFD;
}
</style>
border-color css
<style>
span { border-color: #867BFD; }
span { border-color: rgb(134,123,253); }
td.TdClassName
{
border-color: #867BFD;
}
.TagClassName
{
border-color: #867BFD;
}
</style>