Shades of Light Slate Blue #8C7FFB
Tints of Light Slate Blue #8C7FFB
RGB
CMYK
RGB Variations
Color information
#8C7FFB (or 0x8C7FFB) is known color: Light Slate Blue. HEX triplet: 8C, 7F and FB. RGB value is (140,127,251). Sum of RGB (Red+Green+Blue) = 140+127+251=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C7FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7FFB is #738004. Grayscale: #909090. Windows color (decimal): -7569413 or 16482188. OLE color: 16482188.
HSL color Cylindrical-coordinate representation of color #8C7FFB: hue angle of 246.29º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C7FFB is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 127 | 251 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.02 |
| HSL | 246.29º | 0.94% | 0.74% | - |
| HSV(B) | 246.29º | 0.49% | 0.98% | - |
| XYZ | 35.82 | 27.72 | 94.73 | - |
| YUV | 145.02 | 187.81 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 251 | 0.44 | 0.49 | 0 | 0.02 | 246.29 | 0.94 | 0.74 |
| Hex | 8C | 7F | FB | 2C | 31 | 0 | 2 | F6 | 5E | 4A |
| Octal | 214 | 177 | 373 | 54 | 61 | 0 | 2 | 366 | 136 | 112 |
| Binary | 10001100 | 1111111 | 11111011 | 101100 | 110001 | 0 | 10 | 11110110 | 1011110 | 1001010 |
Color Harmonies of #8C7FFB
Complementary color
Monochromatic Colors of #8C7FFB
Black with #8C7FFB
Text Example
Text Example
White with #8C7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FFB; }
p { color: rgb(140,127,251); }
H1.HeaderClassName
{
color: #8C7FFB;
}
.AnyTagClassName
{
color: #8C7FFB;
}
</style>
background-color css
<style>
a { background-color: #8C7FFB; }
a { background-color: rgb(140,127,251); }
div.DivClassName
{
background-color: #8C7FFB;
}
.BgClassName
{
background-color: #8C7FFB;
}
</style>
border-color css
<style>
span { border-color: #8C7FFB; }
span { border-color: rgb(140,127,251); }
td.TdClassName
{
border-color: #8C7FFB;
}
.TagClassName
{
border-color: #8C7FFB;
}
</style>