Shades of Light Slate Blue #8F93FF
Tints of Light Slate Blue #8F93FF
RGB
CMYK
RGB Variations
Color information
#8F93FF (or 0x8F93FF) is known color: Light Slate Blue. HEX triplet: 8F, 93 and FF. RGB value is (143,147,255). Sum of RGB (Red+Green+Blue) = 143+147+255=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F93FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F93FF is #706C00. Grayscale: #9D9D9D. Windows color (decimal): -7367681 or 16749455. OLE color: 16749455.
HSL color Cylindrical-coordinate representation of color #8F93FF: hue angle of 237.86º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F93FF is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 147 | 255 | - |
| CMYK | 0.44 | 0.42 | 0 | 0 |
| HSL | 237.86º | 1% | 0.78% | - |
| HSV(B) | 237.86º | 0.44% | 1% | - |
| XYZ | 39.81 | 33.93 | 99.06 | - |
| YUV | 158.12 | 182.67 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 255 | 0.44 | 0.42 | 0 | 0 | 237.86 | 1 | 0.78 |
| Hex | 8F | 93 | FF | 2C | 2A | 0 | 0 | EE | 64 | 4E |
| Octal | 217 | 223 | 377 | 54 | 52 | 0 | 0 | 356 | 144 | 116 |
| Binary | 10001111 | 10010011 | 11111111 | 101100 | 101010 | 0 | 0 | 11101110 | 1100100 | 1001110 |
Color Harmonies of #8F93FF
Complementary color
Monochromatic Colors of #8F93FF
Black with #8F93FF
Text Example
Text Example
White with #8F93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F93FF; }
p { color: rgb(143,147,255); }
H1.HeaderClassName
{
color: #8F93FF;
}
.AnyTagClassName
{
color: #8F93FF;
}
</style>
background-color css
<style>
a { background-color: #8F93FF; }
a { background-color: rgb(143,147,255); }
div.DivClassName
{
background-color: #8F93FF;
}
.BgClassName
{
background-color: #8F93FF;
}
</style>
border-color css
<style>
span { border-color: #8F93FF; }
span { border-color: rgb(143,147,255); }
td.TdClassName
{
border-color: #8F93FF;
}
.TagClassName
{
border-color: #8F93FF;
}
</style>