Shades of Light Slate Blue #8B7FFD
Tints of Light Slate Blue #8B7FFD
RGB
CMYK
RGB Variations
Color information
#8B7FFD (or 0x8B7FFD) is known color: Light Slate Blue. HEX triplet: 8B, 7F and FD. RGB value is (139,127,253). Sum of RGB (Red+Green+Blue) = 139+127+253=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #8B7FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7FFD is #748002. Grayscale: #909090. Windows color (decimal): -7634947 or 16613259. OLE color: 16613259.
HSL color Cylindrical-coordinate representation of color #8B7FFD: hue angle of 245.71º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B7FFD is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 127 | 253 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.01 |
| HSL | 245.71º | 0.97% | 0.75% | - |
| HSV(B) | 245.71º | 0.5% | 0.99% | - |
| XYZ | 35.97 | 27.76 | 96.39 | - |
| YUV | 144.95 | 188.98 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 253 | 0.45 | 0.50 | 0 | 0.01 | 245.71 | 0.97 | 0.75 |
| Hex | 8B | 7F | FD | 2D | 32 | 0 | 1 | F6 | 61 | 4B |
| Octal | 213 | 177 | 375 | 55 | 62 | 0 | 1 | 366 | 141 | 113 |
| Binary | 10001011 | 1111111 | 11111101 | 101101 | 110010 | 0 | 1 | 11110110 | 1100001 | 1001011 |
Color Harmonies of #8B7FFD
Complementary color
Monochromatic Colors of #8B7FFD
Black with #8B7FFD
Text Example
Text Example
White with #8B7FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7FFD; }
p { color: rgb(139,127,253); }
H1.HeaderClassName
{
color: #8B7FFD;
}
.AnyTagClassName
{
color: #8B7FFD;
}
</style>
background-color css
<style>
a { background-color: #8B7FFD; }
a { background-color: rgb(139,127,253); }
div.DivClassName
{
background-color: #8B7FFD;
}
.BgClassName
{
background-color: #8B7FFD;
}
</style>
border-color css
<style>
span { border-color: #8B7FFD; }
span { border-color: rgb(139,127,253); }
td.TdClassName
{
border-color: #8B7FFD;
}
.TagClassName
{
border-color: #8B7FFD;
}
</style>