Shades of Light Slate Blue #8C80FB
Tints of Light Slate Blue #8C80FB
RGB
CMYK
RGB Variations
Color information
#8C80FB (or 0x8C80FB) is known color: Light Slate Blue. HEX triplet: 8C, 80 and FB. RGB value is (140,128,251). Sum of RGB (Red+Green+Blue) = 140+128+251=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C80FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C80FB is #737F04. Grayscale: #919191. Windows color (decimal): -7569157 or 16482444. OLE color: 16482444.
HSL color Cylindrical-coordinate representation of color #8C80FB: hue angle of 245.85º 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 #8C80FB is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 128 | 251 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.02 |
| HSL | 245.85º | 0.94% | 0.74% | - |
| HSV(B) | 245.85º | 0.49% | 0.98% | - |
| XYZ | 35.95 | 27.98 | 94.77 | - |
| YUV | 145.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 251 | 0.44 | 0.49 | 0 | 0.02 | 245.85 | 0.94 | 0.74 |
| Hex | 8C | 80 | FB | 2C | 31 | 0 | 2 | F6 | 5E | 4A |
| Octal | 214 | 200 | 373 | 54 | 61 | 0 | 2 | 366 | 136 | 112 |
| Binary | 10001100 | 10000000 | 11111011 | 101100 | 110001 | 0 | 10 | 11110110 | 1011110 | 1001010 |
Color Harmonies of #8C80FB
Complementary color
Monochromatic Colors of #8C80FB
Black with #8C80FB
Text Example
Text Example
White with #8C80FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C80FB; }
p { color: rgb(140,128,251); }
H1.HeaderClassName
{
color: #8C80FB;
}
.AnyTagClassName
{
color: #8C80FB;
}
</style>
background-color css
<style>
a { background-color: #8C80FB; }
a { background-color: rgb(140,128,251); }
div.DivClassName
{
background-color: #8C80FB;
}
.BgClassName
{
background-color: #8C80FB;
}
</style>
border-color css
<style>
span { border-color: #8C80FB; }
span { border-color: rgb(140,128,251); }
td.TdClassName
{
border-color: #8C80FB;
}
.TagClassName
{
border-color: #8C80FB;
}
</style>