Shades of Light Slate Blue #8F65FC
Tints of Light Slate Blue #8F65FC
RGB
CMYK
RGB Variations
Color information
#8F65FC (or 0x8F65FC) is known color: Light Slate Blue. HEX triplet: 8F, 65 and FC. RGB value is (143,101,252). Sum of RGB (Red+Green+Blue) = 143+101+252=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F65FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F65FC is #709A03. Grayscale: #828282. Windows color (decimal): -7379460 or 16541071. OLE color: 16541071.
HSL color Cylindrical-coordinate representation of color #8F65FC: hue angle of 256.69º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F65FC is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 101 | 252 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.01 |
| HSL | 256.69º | 0.96% | 0.69% | - |
| HSV(B) | 256.69º | 0.6% | 0.99% | - |
| XYZ | 33.55 | 22.18 | 94.61 | - |
| YUV | 130.77 | 196.41 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 101 | 252 | 0.43 | 0.60 | 0 | 0.01 | 256.69 | 0.96 | 0.69 |
| Hex | 8F | 65 | FC | 2B | 3C | 0 | 1 | 101 | 60 | 45 |
| Octal | 217 | 145 | 374 | 53 | 74 | 0 | 1 | 401 | 140 | 105 |
| Binary | 10001111 | 1100101 | 11111100 | 101011 | 111100 | 0 | 1 | 100000001 | 1100000 | 1000101 |
Color Harmonies of #8F65FC
Complementary color
Monochromatic Colors of #8F65FC
Black with #8F65FC
Text Example
Text Example
White with #8F65FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F65FC; }
p { color: rgb(143,101,252); }
H1.HeaderClassName
{
color: #8F65FC;
}
.AnyTagClassName
{
color: #8F65FC;
}
</style>
background-color css
<style>
a { background-color: #8F65FC; }
a { background-color: rgb(143,101,252); }
div.DivClassName
{
background-color: #8F65FC;
}
.BgClassName
{
background-color: #8F65FC;
}
</style>
border-color css
<style>
span { border-color: #8F65FC; }
span { border-color: rgb(143,101,252); }
td.TdClassName
{
border-color: #8F65FC;
}
.TagClassName
{
border-color: #8F65FC;
}
</style>