Shades of Light Slate Blue #8C75FE
Tints of Light Slate Blue #8C75FE
RGB
CMYK
RGB Variations
Color information
#8C75FE (or 0x8C75FE) is known color: Light Slate Blue. HEX triplet: 8C, 75 and FE. RGB value is (140,117,254). Sum of RGB (Red+Green+Blue) = 140+117+254=511 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.40% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C75FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C75FE is #738A01. Grayscale: #8A8A8A. Windows color (decimal): -7571970 or 16676236. OLE color: 16676236.
HSL color Cylindrical-coordinate representation of color #8C75FE: hue angle of 250.07º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C75FE is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 117 | 254 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.00 |
| HSL | 250.07º | 0.99% | 0.73% | - |
| HSV(B) | 250.07º | 0.54% | 1% | - |
| XYZ | 35.07 | 25.45 | 96.83 | - |
| YUV | 139.5 | 192.62 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 254 | 0.45 | 0.54 | 0 | 0.00 | 250.07 | 0.99 | 0.73 |
| Hex | 8C | 75 | FE | 2D | 36 | 0 | 0 | FA | 63 | 49 |
| Octal | 214 | 165 | 376 | 55 | 66 | 0 | 0 | 372 | 143 | 111 |
| Binary | 10001100 | 1110101 | 11111110 | 101101 | 110110 | 0 | 0 | 11111010 | 1100011 | 1001001 |
Color Harmonies of #8C75FE
Complementary color
Monochromatic Colors of #8C75FE
Black with #8C75FE
Text Example
Text Example
White with #8C75FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C75FE; }
p { color: rgb(140,117,254); }
H1.HeaderClassName
{
color: #8C75FE;
}
.AnyTagClassName
{
color: #8C75FE;
}
</style>
background-color css
<style>
a { background-color: #8C75FE; }
a { background-color: rgb(140,117,254); }
div.DivClassName
{
background-color: #8C75FE;
}
.BgClassName
{
background-color: #8C75FE;
}
</style>
border-color css
<style>
span { border-color: #8C75FE; }
span { border-color: rgb(140,117,254); }
td.TdClassName
{
border-color: #8C75FE;
}
.TagClassName
{
border-color: #8C75FE;
}
</style>