Shades of Light Slate Blue #8F74F8
Tints of Light Slate Blue #8F74F8
RGB
CMYK
RGB Variations
Color information
#8F74F8 (or 0x8F74F8) is known color: Light Slate Blue. HEX triplet: 8F, 74 and F8. RGB value is (143,116,248). Sum of RGB (Red+Green+Blue) = 143+116+248=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F74F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F74F8 is #708B07. Grayscale: #8A8A8A. Windows color (decimal): -7375624 or 16282767. OLE color: 16282767.
HSL color Cylindrical-coordinate representation of color #8F74F8: hue angle of 252.27º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F74F8 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 116 | 248 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.03 |
| HSL | 252.27º | 0.9% | 0.71% | - |
| HSV(B) | 252.27º | 0.53% | 0.97% | - |
| XYZ | 34.52 | 25.11 | 91.83 | - |
| YUV | 139.12 | 189.45 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 116 | 248 | 0.42 | 0.53 | 0 | 0.03 | 252.27 | 0.9 | 0.71 |
| Hex | 8F | 74 | F8 | 2A | 35 | 0 | 3 | FC | 5A | 47 |
| Octal | 217 | 164 | 370 | 52 | 65 | 0 | 3 | 374 | 132 | 107 |
| Binary | 10001111 | 1110100 | 11111000 | 101010 | 110101 | 0 | 11 | 11111100 | 1011010 | 1000111 |
Color Harmonies of #8F74F8
Complementary color
Monochromatic Colors of #8F74F8
Black with #8F74F8
Text Example
Text Example
White with #8F74F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F74F8; }
p { color: rgb(143,116,248); }
H1.HeaderClassName
{
color: #8F74F8;
}
.AnyTagClassName
{
color: #8F74F8;
}
</style>
background-color css
<style>
a { background-color: #8F74F8; }
a { background-color: rgb(143,116,248); }
div.DivClassName
{
background-color: #8F74F8;
}
.BgClassName
{
background-color: #8F74F8;
}
</style>
border-color css
<style>
span { border-color: #8F74F8; }
span { border-color: rgb(143,116,248); }
td.TdClassName
{
border-color: #8F74F8;
}
.TagClassName
{
border-color: #8F74F8;
}
</style>