Shades of Light Slate Blue #8C67FE
Tints of Light Slate Blue #8C67FE
RGB
CMYK
RGB Variations
Color information
#8C67FE (or 0x8C67FE) is known color: Light Slate Blue. HEX triplet: 8C, 67 and FE. RGB value is (140,103,254). Sum of RGB (Red+Green+Blue) = 140+103+254=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C67FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C67FE is #739801. Grayscale: #828282. Windows color (decimal): -7575554 or 16672652. OLE color: 16672652.
HSL color Cylindrical-coordinate representation of color #8C67FE: hue angle of 254.7º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C67FE is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 103 | 254 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.00 |
| HSL | 254.7º | 0.99% | 0.7% | - |
| HSV(B) | 254.7º | 0.59% | 1% | - |
| XYZ | 33.55 | 22.43 | 96.33 | - |
| YUV | 131.28 | 197.26 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 103 | 254 | 0.45 | 0.59 | 0 | 0.00 | 254.7 | 0.99 | 0.7 |
| Hex | 8C | 67 | FE | 2D | 3B | 0 | 0 | FF | 63 | 46 |
| Octal | 214 | 147 | 376 | 55 | 73 | 0 | 0 | 377 | 143 | 106 |
| Binary | 10001100 | 1100111 | 11111110 | 101101 | 111011 | 0 | 0 | 11111111 | 1100011 | 1000110 |
Color Harmonies of #8C67FE
Complementary color
Monochromatic Colors of #8C67FE
Black with #8C67FE
Text Example
Text Example
White with #8C67FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C67FE; }
p { color: rgb(140,103,254); }
H1.HeaderClassName
{
color: #8C67FE;
}
.AnyTagClassName
{
color: #8C67FE;
}
</style>
background-color css
<style>
a { background-color: #8C67FE; }
a { background-color: rgb(140,103,254); }
div.DivClassName
{
background-color: #8C67FE;
}
.BgClassName
{
background-color: #8C67FE;
}
</style>
border-color css
<style>
span { border-color: #8C67FE; }
span { border-color: rgb(140,103,254); }
td.TdClassName
{
border-color: #8C67FE;
}
.TagClassName
{
border-color: #8C67FE;
}
</style>