Shades of Light Slate Blue #8882FA
Tints of Light Slate Blue #8882FA
RGB
CMYK
RGB Variations
Color information
#8882FA (or 0x8882FA) is known color: Light Slate Blue. HEX triplet: 88, 82 and FA. RGB value is (136,130,250). Sum of RGB (Red+Green+Blue) = 136+130+250=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #8882FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8882FA is #777D05. Grayscale: #919191. Windows color (decimal): -7830790 or 16417416. OLE color: 16417416.
HSL color Cylindrical-coordinate representation of color #8882FA: hue angle of 243º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8882FA is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 130 | 250 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.02 |
| HSL | 243º | 0.92% | 0.75% | - |
| HSV(B) | 243º | 0.48% | 0.98% | - |
| XYZ | 35.39 | 28.1 | 94 | - |
| YUV | 145.47 | 186.99 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 250 | 0.46 | 0.48 | 0 | 0.02 | 243 | 0.92 | 0.75 |
| Hex | 88 | 82 | FA | 2E | 30 | 0 | 2 | F3 | 5C | 4B |
| Octal | 210 | 202 | 372 | 56 | 60 | 0 | 2 | 363 | 134 | 113 |
| Binary | 10001000 | 10000010 | 11111010 | 101110 | 110000 | 0 | 10 | 11110011 | 1011100 | 1001011 |
Color Harmonies of #8882FA
Complementary color
Monochromatic Colors of #8882FA
Black with #8882FA
Text Example
Text Example
White with #8882FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8882FA; }
p { color: rgb(136,130,250); }
H1.HeaderClassName
{
color: #8882FA;
}
.AnyTagClassName
{
color: #8882FA;
}
</style>
background-color css
<style>
a { background-color: #8882FA; }
a { background-color: rgb(136,130,250); }
div.DivClassName
{
background-color: #8882FA;
}
.BgClassName
{
background-color: #8882FA;
}
</style>
border-color css
<style>
span { border-color: #8882FA; }
span { border-color: rgb(136,130,250); }
td.TdClassName
{
border-color: #8882FA;
}
.TagClassName
{
border-color: #8882FA;
}
</style>