Shades of Light Slate Blue #8F67FC
Tints of Light Slate Blue #8F67FC
RGB
CMYK
RGB Variations
Color information
#8F67FC (or 0x8F67FC) is known color: Light Slate Blue. HEX triplet: 8F, 67 and FC. RGB value is (143,103,252). Sum of RGB (Red+Green+Blue) = 143+103+252=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F67FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F67FC is #709803. Grayscale: #838383. Windows color (decimal): -7378948 or 16541583. OLE color: 16541583.
HSL color Cylindrical-coordinate representation of color #8F67FC: hue angle of 256.11º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F67FC is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 103 | 252 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.01 |
| HSL | 256.11º | 0.96% | 0.7% | - |
| HSV(B) | 256.11º | 0.59% | 0.99% | - |
| XYZ | 33.75 | 22.57 | 94.67 | - |
| YUV | 131.95 | 195.75 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 252 | 0.43 | 0.59 | 0 | 0.01 | 256.11 | 0.96 | 0.7 |
| Hex | 8F | 67 | FC | 2B | 3B | 0 | 1 | 100 | 60 | 46 |
| Octal | 217 | 147 | 374 | 53 | 73 | 0 | 1 | 400 | 140 | 106 |
| Binary | 10001111 | 1100111 | 11111100 | 101011 | 111011 | 0 | 1 | 100000000 | 1100000 | 1000110 |
Color Harmonies of #8F67FC
Complementary color
Monochromatic Colors of #8F67FC
Black with #8F67FC
Text Example
Text Example
White with #8F67FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F67FC; }
p { color: rgb(143,103,252); }
H1.HeaderClassName
{
color: #8F67FC;
}
.AnyTagClassName
{
color: #8F67FC;
}
</style>
background-color css
<style>
a { background-color: #8F67FC; }
a { background-color: rgb(143,103,252); }
div.DivClassName
{
background-color: #8F67FC;
}
.BgClassName
{
background-color: #8F67FC;
}
</style>
border-color css
<style>
span { border-color: #8F67FC; }
span { border-color: rgb(143,103,252); }
td.TdClassName
{
border-color: #8F67FC;
}
.TagClassName
{
border-color: #8F67FC;
}
</style>