Shades of Light Slate Blue #8885FA
Tints of Light Slate Blue #8885FA
RGB
CMYK
RGB Variations
Color information
#8885FA (or 0x8885FA) is known color: Light Slate Blue. HEX triplet: 88, 85 and FA. RGB value is (136,133,250). Sum of RGB (Red+Green+Blue) = 136+133+250=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #8885FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8885FA is #777A05. Grayscale: #929292. Windows color (decimal): -7830022 or 16418184. OLE color: 16418184.
HSL color Cylindrical-coordinate representation of color #8885FA: hue angle of 241.54º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8885FA is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 133 | 250 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.02 |
| HSL | 241.54º | 0.92% | 0.75% | - |
| HSV(B) | 241.54º | 0.47% | 0.98% | - |
| XYZ | 35.8 | 28.91 | 94.14 | - |
| YUV | 147.24 | 185.99 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 250 | 0.46 | 0.47 | 0 | 0.02 | 241.54 | 0.92 | 0.75 |
| Hex | 88 | 85 | FA | 2E | 2F | 0 | 2 | F2 | 5C | 4B |
| Octal | 210 | 205 | 372 | 56 | 57 | 0 | 2 | 362 | 134 | 113 |
| Binary | 10001000 | 10000101 | 11111010 | 101110 | 101111 | 0 | 10 | 11110010 | 1011100 | 1001011 |
Color Harmonies of #8885FA
Complementary color
Monochromatic Colors of #8885FA
Black with #8885FA
Text Example
Text Example
White with #8885FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8885FA; }
p { color: rgb(136,133,250); }
H1.HeaderClassName
{
color: #8885FA;
}
.AnyTagClassName
{
color: #8885FA;
}
</style>
background-color css
<style>
a { background-color: #8885FA; }
a { background-color: rgb(136,133,250); }
div.DivClassName
{
background-color: #8885FA;
}
.BgClassName
{
background-color: #8885FA;
}
</style>
border-color css
<style>
span { border-color: #8885FA; }
span { border-color: rgb(136,133,250); }
td.TdClassName
{
border-color: #8885FA;
}
.TagClassName
{
border-color: #8885FA;
}
</style>