Shades of Light Slate Blue #8880FE
Tints of Light Slate Blue #8880FE
RGB
CMYK
RGB Variations
Color information
#8880FE (or 0x8880FE) is known color: Light Slate Blue. HEX triplet: 88, 80 and FE. RGB value is (136,128,254). Sum of RGB (Red+Green+Blue) = 136+128+254=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #8880FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8880FE is #777F01. Grayscale: #909090. Windows color (decimal): -7831298 or 16679048. OLE color: 16679048.
HSL color Cylindrical-coordinate representation of color #8880FE: hue angle of 243.81º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8880FE is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 128 | 254 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.00 |
| HSL | 243.81º | 0.98% | 0.75% | - |
| HSV(B) | 243.81º | 0.5% | 1% | - |
| XYZ | 35.76 | 27.83 | 97.25 | - |
| YUV | 144.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 254 | 0.46 | 0.50 | 0 | 0.00 | 243.81 | 0.98 | 0.75 |
| Hex | 88 | 80 | FE | 2E | 32 | 0 | 0 | F4 | 62 | 4B |
| Octal | 210 | 200 | 376 | 56 | 62 | 0 | 0 | 364 | 142 | 113 |
| Binary | 10001000 | 10000000 | 11111110 | 101110 | 110010 | 0 | 0 | 11110100 | 1100010 | 1001011 |
Color Harmonies of #8880FE
Complementary color
Monochromatic Colors of #8880FE
Black with #8880FE
Text Example
Text Example
White with #8880FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8880FE; }
p { color: rgb(136,128,254); }
H1.HeaderClassName
{
color: #8880FE;
}
.AnyTagClassName
{
color: #8880FE;
}
</style>
background-color css
<style>
a { background-color: #8880FE; }
a { background-color: rgb(136,128,254); }
div.DivClassName
{
background-color: #8880FE;
}
.BgClassName
{
background-color: #8880FE;
}
</style>
border-color css
<style>
span { border-color: #8880FE; }
span { border-color: rgb(136,128,254); }
td.TdClassName
{
border-color: #8880FE;
}
.TagClassName
{
border-color: #8880FE;
}
</style>