Shades of Light Slate Blue #8C55FB
Tints of Light Slate Blue #8C55FB
RGB
CMYK
RGB Variations
Color information
#8C55FB (or 0x8C55FB) is known color: Light Slate Blue. HEX triplet: 8C, 55 and FB. RGB value is (140,85,251). Sum of RGB (Red+Green+Blue) = 140+85+251=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C55FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C55FB is #73AA04. Grayscale: #777777. Windows color (decimal): -7580165 or 16471436. OLE color: 16471436.
HSL color Cylindrical-coordinate representation of color #8C55FB: hue angle of 259.88º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C55FB is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 85 | 251 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.02 |
| HSL | 259.88º | 0.95% | 0.66% | - |
| HSV(B) | 259.88º | 0.66% | 0.98% | - |
| XYZ | 31.48 | 19.04 | 93.28 | - |
| YUV | 120.37 | 201.72 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 251 | 0.44 | 0.66 | 0 | 0.02 | 259.88 | 0.95 | 0.66 |
| Hex | 8C | 55 | FB | 2C | 42 | 0 | 2 | 104 | 5F | 42 |
| Octal | 214 | 125 | 373 | 54 | 102 | 0 | 2 | 404 | 137 | 102 |
| Binary | 10001100 | 1010101 | 11111011 | 101100 | 1000010 | 0 | 10 | 100000100 | 1011111 | 1000010 |
Color Harmonies of #8C55FB
Complementary color
Monochromatic Colors of #8C55FB
Black with #8C55FB
Text Example
Text Example
White with #8C55FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C55FB; }
p { color: rgb(140,85,251); }
H1.HeaderClassName
{
color: #8C55FB;
}
.AnyTagClassName
{
color: #8C55FB;
}
</style>
background-color css
<style>
a { background-color: #8C55FB; }
a { background-color: rgb(140,85,251); }
div.DivClassName
{
background-color: #8C55FB;
}
.BgClassName
{
background-color: #8C55FB;
}
</style>
border-color css
<style>
span { border-color: #8C55FB; }
span { border-color: rgb(140,85,251); }
td.TdClassName
{
border-color: #8C55FB;
}
.TagClassName
{
border-color: #8C55FB;
}
</style>