Shades of Light Slate Blue #877CFB
Tints of Light Slate Blue #877CFB
RGB
CMYK
RGB Variations
Color information
#877CFB (or 0x877CFB) is known color: Light Slate Blue. HEX triplet: 87, 7C and FB. RGB value is (135,124,251). Sum of RGB (Red+Green+Blue) = 135+124+251=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #877CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877CFB is #788304. Grayscale: #8D8D8D. Windows color (decimal): -7897861 or 16481415. OLE color: 16481415.
HSL color Cylindrical-coordinate representation of color #877CFB: hue angle of 245.2º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #877CFB is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 124 | 251 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.02 |
| HSL | 245.2º | 0.94% | 0.74% | - |
| HSV(B) | 245.2º | 0.51% | 0.98% | - |
| XYZ | 34.61 | 26.53 | 94.56 | - |
| YUV | 141.77 | 189.64 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 251 | 0.46 | 0.51 | 0 | 0.02 | 245.2 | 0.94 | 0.74 |
| Hex | 87 | 7C | FB | 2E | 33 | 0 | 2 | F5 | 5E | 4A |
| Octal | 207 | 174 | 373 | 56 | 63 | 0 | 2 | 365 | 136 | 112 |
| Binary | 10000111 | 1111100 | 11111011 | 101110 | 110011 | 0 | 10 | 11110101 | 1011110 | 1001010 |
Color Harmonies of #877CFB
Complementary color
Monochromatic Colors of #877CFB
Black with #877CFB
Text Example
Text Example
White with #877CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877CFB; }
p { color: rgb(135,124,251); }
H1.HeaderClassName
{
color: #877CFB;
}
.AnyTagClassName
{
color: #877CFB;
}
</style>
background-color css
<style>
a { background-color: #877CFB; }
a { background-color: rgb(135,124,251); }
div.DivClassName
{
background-color: #877CFB;
}
.BgClassName
{
background-color: #877CFB;
}
</style>
border-color css
<style>
span { border-color: #877CFB; }
span { border-color: rgb(135,124,251); }
td.TdClassName
{
border-color: #877CFB;
}
.TagClassName
{
border-color: #877CFB;
}
</style>