Shades of Light Slate Blue #8F8FFE
Tints of Light Slate Blue #8F8FFE
RGB
CMYK
RGB Variations
Color information
#8F8FFE (or 0x8F8FFE) is known color: Light Slate Blue. HEX triplet: 8F, 8F and FE. RGB value is (143,143,254). Sum of RGB (Red+Green+Blue) = 143+143+254=540 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.48% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F8FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8FFE is #707001. Grayscale: #9B9B9B. Windows color (decimal): -7368706 or 16682895. OLE color: 16682895.
HSL color Cylindrical-coordinate representation of color #8F8FFE: hue angle of 240º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F8FFE is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 143 | 254 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.00 |
| HSL | 240º | 0.98% | 0.78% | - |
| HSV(B) | 240º | 0.44% | 1% | - |
| XYZ | 39.04 | 32.64 | 98.01 | - |
| YUV | 155.65 | 183.5 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 143 | 254 | 0.44 | 0.44 | 0 | 0.00 | 240 | 0.98 | 0.78 |
| Hex | 8F | 8F | FE | 2C | 2C | 0 | 0 | F0 | 62 | 4E |
| Octal | 217 | 217 | 376 | 54 | 54 | 0 | 0 | 360 | 142 | 116 |
| Binary | 10001111 | 10001111 | 11111110 | 101100 | 101100 | 0 | 0 | 11110000 | 1100010 | 1001110 |
Color Harmonies of #8F8FFE
Complementary color
Monochromatic Colors of #8F8FFE
Black with #8F8FFE
Text Example
Text Example
White with #8F8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8FFE; }
p { color: rgb(143,143,254); }
H1.HeaderClassName
{
color: #8F8FFE;
}
.AnyTagClassName
{
color: #8F8FFE;
}
</style>
background-color css
<style>
a { background-color: #8F8FFE; }
a { background-color: rgb(143,143,254); }
div.DivClassName
{
background-color: #8F8FFE;
}
.BgClassName
{
background-color: #8F8FFE;
}
</style>
border-color css
<style>
span { border-color: #8F8FFE; }
span { border-color: rgb(143,143,254); }
td.TdClassName
{
border-color: #8F8FFE;
}
.TagClassName
{
border-color: #8F8FFE;
}
</style>