Shades of Light Slate Blue #8C67F9
Tints of Light Slate Blue #8C67F9
RGB
CMYK
RGB Variations
Color information
#8C67F9 (or 0x8C67F9) is known color: Light Slate Blue. HEX triplet: 8C, 67 and F9. RGB value is (140,103,249). Sum of RGB (Red+Green+Blue) = 140+103+249=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #8C67F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C67F9 is #739806. Grayscale: #828282. Windows color (decimal): -7575559 or 16344972. OLE color: 16344972.
HSL color Cylindrical-coordinate representation of color #8C67F9: hue angle of 255.21º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C67F9 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 103 | 249 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.02 |
| HSL | 255.21º | 0.92% | 0.69% | - |
| HSV(B) | 255.21º | 0.59% | 0.98% | - |
| XYZ | 32.76 | 22.12 | 92.16 | - |
| YUV | 130.71 | 194.76 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 103 | 249 | 0.44 | 0.59 | 0 | 0.02 | 255.21 | 0.92 | 0.69 |
| Hex | 8C | 67 | F9 | 2C | 3B | 0 | 2 | FF | 5C | 45 |
| Octal | 214 | 147 | 371 | 54 | 73 | 0 | 2 | 377 | 134 | 105 |
| Binary | 10001100 | 1100111 | 11111001 | 101100 | 111011 | 0 | 10 | 11111111 | 1011100 | 1000101 |
Color Harmonies of #8C67F9
Complementary color
Monochromatic Colors of #8C67F9
Black with #8C67F9
Text Example
Text Example
White with #8C67F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C67F9; }
p { color: rgb(140,103,249); }
H1.HeaderClassName
{
color: #8C67F9;
}
.AnyTagClassName
{
color: #8C67F9;
}
</style>
background-color css
<style>
a { background-color: #8C67F9; }
a { background-color: rgb(140,103,249); }
div.DivClassName
{
background-color: #8C67F9;
}
.BgClassName
{
background-color: #8C67F9;
}
</style>
border-color css
<style>
span { border-color: #8C67F9; }
span { border-color: rgb(140,103,249); }
td.TdClassName
{
border-color: #8C67F9;
}
.TagClassName
{
border-color: #8C67F9;
}
</style>