Shades of Light Slate Blue #8880FB
Tints of Light Slate Blue #8880FB
RGB
CMYK
RGB Variations
Color information
#8880FB (or 0x8880FB) is known color: Light Slate Blue. HEX triplet: 88, 80 and FB. RGB value is (136,128,251). Sum of RGB (Red+Green+Blue) = 136+128+251=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #8880FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8880FB is #777F04. Grayscale: #8F8F8F. Windows color (decimal): -7831301 or 16482440. OLE color: 16482440.
HSL color Cylindrical-coordinate representation of color #8880FB: hue angle of 243.9º 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 #8880FB is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 128 | 251 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.02 |
| HSL | 243.9º | 0.94% | 0.74% | - |
| HSV(B) | 243.9º | 0.49% | 0.98% | - |
| XYZ | 35.29 | 27.64 | 94.74 | - |
| YUV | 144.41 | 188.15 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 251 | 0.46 | 0.49 | 0 | 0.02 | 243.9 | 0.94 | 0.74 |
| Hex | 88 | 80 | FB | 2E | 31 | 0 | 2 | F4 | 5E | 4A |
| Octal | 210 | 200 | 373 | 56 | 61 | 0 | 2 | 364 | 136 | 112 |
| Binary | 10001000 | 10000000 | 11111011 | 101110 | 110001 | 0 | 10 | 11110100 | 1011110 | 1001010 |
Color Harmonies of #8880FB
Complementary color
Monochromatic Colors of #8880FB
Black with #8880FB
Text Example
Text Example
White with #8880FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8880FB; }
p { color: rgb(136,128,251); }
H1.HeaderClassName
{
color: #8880FB;
}
.AnyTagClassName
{
color: #8880FB;
}
</style>
background-color css
<style>
a { background-color: #8880FB; }
a { background-color: rgb(136,128,251); }
div.DivClassName
{
background-color: #8880FB;
}
.BgClassName
{
background-color: #8880FB;
}
</style>
border-color css
<style>
span { border-color: #8880FB; }
span { border-color: rgb(136,128,251); }
td.TdClassName
{
border-color: #8880FB;
}
.TagClassName
{
border-color: #8880FB;
}
</style>