Shades of Light Slate Blue #8879FB
Tints of Light Slate Blue #8879FB
RGB
CMYK
RGB Variations
Color information
#8879FB (or 0x8879FB) is known color: Light Slate Blue. HEX triplet: 88, 79 and FB. RGB value is (136,121,251). Sum of RGB (Red+Green+Blue) = 136+121+251=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #8879FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8879FB is #778604. Grayscale: #8B8B8B. Windows color (decimal): -7833093 or 16480648. OLE color: 16480648.
HSL color Cylindrical-coordinate representation of color #8879FB: hue angle of 246.92º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8879FB is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 121 | 251 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.02 |
| HSL | 246.92º | 0.94% | 0.73% | - |
| HSV(B) | 246.92º | 0.52% | 0.98% | - |
| XYZ | 34.4 | 25.87 | 94.45 | - |
| YUV | 140.31 | 190.47 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 251 | 0.46 | 0.52 | 0 | 0.02 | 246.92 | 0.94 | 0.73 |
| Hex | 88 | 79 | FB | 2E | 34 | 0 | 2 | F7 | 5E | 49 |
| Octal | 210 | 171 | 373 | 56 | 64 | 0 | 2 | 367 | 136 | 111 |
| Binary | 10001000 | 1111001 | 11111011 | 101110 | 110100 | 0 | 10 | 11110111 | 1011110 | 1001001 |
Color Harmonies of #8879FB
Complementary color
Monochromatic Colors of #8879FB
Black with #8879FB
Text Example
Text Example
White with #8879FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8879FB; }
p { color: rgb(136,121,251); }
H1.HeaderClassName
{
color: #8879FB;
}
.AnyTagClassName
{
color: #8879FB;
}
</style>
background-color css
<style>
a { background-color: #8879FB; }
a { background-color: rgb(136,121,251); }
div.DivClassName
{
background-color: #8879FB;
}
.BgClassName
{
background-color: #8879FB;
}
</style>
border-color css
<style>
span { border-color: #8879FB; }
span { border-color: rgb(136,121,251); }
td.TdClassName
{
border-color: #8879FB;
}
.TagClassName
{
border-color: #8879FB;
}
</style>