Shades of Light Slate Blue #8C80FD
Tints of Light Slate Blue #8C80FD
RGB
CMYK
RGB Variations
Color information
#8C80FD (or 0x8C80FD) is known color: Light Slate Blue. HEX triplet: 8C, 80 and FD. RGB value is (140,128,253). Sum of RGB (Red+Green+Blue) = 140+128+253=521 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.87% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C80FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C80FD is #737F02. Grayscale: #919191. Windows color (decimal): -7569155 or 16613516. OLE color: 16613516.
HSL color Cylindrical-coordinate representation of color #8C80FD: hue angle of 245.76º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C80FD is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 128 | 253 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.01 |
| HSL | 245.76º | 0.97% | 0.75% | - |
| HSV(B) | 245.76º | 0.49% | 0.99% | - |
| XYZ | 36.26 | 28.11 | 96.44 | - |
| YUV | 145.84 | 188.48 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 253 | 0.45 | 0.49 | 0 | 0.01 | 245.76 | 0.97 | 0.75 |
| Hex | 8C | 80 | FD | 2D | 31 | 0 | 1 | F6 | 61 | 4B |
| Octal | 214 | 200 | 375 | 55 | 61 | 0 | 1 | 366 | 141 | 113 |
| Binary | 10001100 | 10000000 | 11111101 | 101101 | 110001 | 0 | 1 | 11110110 | 1100001 | 1001011 |
Color Harmonies of #8C80FD
Complementary color
Monochromatic Colors of #8C80FD
Black with #8C80FD
Text Example
Text Example
White with #8C80FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C80FD; }
p { color: rgb(140,128,253); }
H1.HeaderClassName
{
color: #8C80FD;
}
.AnyTagClassName
{
color: #8C80FD;
}
</style>
background-color css
<style>
a { background-color: #8C80FD; }
a { background-color: rgb(140,128,253); }
div.DivClassName
{
background-color: #8C80FD;
}
.BgClassName
{
background-color: #8C80FD;
}
</style>
border-color css
<style>
span { border-color: #8C80FD; }
span { border-color: rgb(140,128,253); }
td.TdClassName
{
border-color: #8C80FD;
}
.TagClassName
{
border-color: #8C80FD;
}
</style>