Shades of Light Slate Blue #8C8FFE
Tints of Light Slate Blue #8C8FFE
RGB
CMYK
RGB Variations
Color information
#8C8FFE (or 0x8C8FFE) is known color: Light Slate Blue. HEX triplet: 8C, 8F and FE. RGB value is (140,143,254). Sum of RGB (Red+Green+Blue) = 140+143+254=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C8FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8FFE is #737001. Grayscale: #9A9A9A. Windows color (decimal): -7565314 or 16682892. OLE color: 16682892.
HSL color Cylindrical-coordinate representation of color #8C8FFE: hue angle of 238.42º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C8FFE is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 143 | 254 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.00 |
| HSL | 238.42º | 0.98% | 0.77% | - |
| HSV(B) | 238.42º | 0.45% | 1% | - |
| XYZ | 38.53 | 32.38 | 97.98 | - |
| YUV | 154.76 | 184.01 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 254 | 0.45 | 0.44 | 0 | 0.00 | 238.42 | 0.98 | 0.77 |
| Hex | 8C | 8F | FE | 2D | 2C | 0 | 0 | EE | 62 | 4D |
| Octal | 214 | 217 | 376 | 55 | 54 | 0 | 0 | 356 | 142 | 115 |
| Binary | 10001100 | 10001111 | 11111110 | 101101 | 101100 | 0 | 0 | 11101110 | 1100010 | 1001101 |
Color Harmonies of #8C8FFE
Complementary color
Monochromatic Colors of #8C8FFE
Black with #8C8FFE
Text Example
Text Example
White with #8C8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8FFE; }
p { color: rgb(140,143,254); }
H1.HeaderClassName
{
color: #8C8FFE;
}
.AnyTagClassName
{
color: #8C8FFE;
}
</style>
background-color css
<style>
a { background-color: #8C8FFE; }
a { background-color: rgb(140,143,254); }
div.DivClassName
{
background-color: #8C8FFE;
}
.BgClassName
{
background-color: #8C8FFE;
}
</style>
border-color css
<style>
span { border-color: #8C8FFE; }
span { border-color: rgb(140,143,254); }
td.TdClassName
{
border-color: #8C8FFE;
}
.TagClassName
{
border-color: #8C8FFE;
}
</style>