Shades of Light Slate Blue #8C87F4
Tints of Light Slate Blue #8C87F4
RGB
CMYK
RGB Variations
Color information
#8C87F4 (or 0x8C87F4) is known color: Light Slate Blue. HEX triplet: 8C, 87 and F4. RGB value is (140,135,244). Sum of RGB (Red+Green+Blue) = 140+135+244=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #8C87F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C87F4 is #73780B. Grayscale: #949494. Windows color (decimal): -7567372 or 16025484. OLE color: 16025484.
HSL color Cylindrical-coordinate representation of color #8C87F4: hue angle of 242.75º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C87F4 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 135 | 244 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.04 |
| HSL | 242.75º | 0.83% | 0.74% | - |
| HSV(B) | 242.75º | 0.45% | 0.96% | - |
| XYZ | 35.81 | 29.44 | 89.38 | - |
| YUV | 148.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 244 | 0.43 | 0.45 | 0 | 0.04 | 242.75 | 0.83 | 0.74 |
| Hex | 8C | 87 | F4 | 2B | 2D | 0 | 4 | F3 | 53 | 4A |
| Octal | 214 | 207 | 364 | 53 | 55 | 0 | 4 | 363 | 123 | 112 |
| Binary | 10001100 | 10000111 | 11110100 | 101011 | 101101 | 0 | 100 | 11110011 | 1010011 | 1001010 |
Color Harmonies of #8C87F4
Complementary color
Monochromatic Colors of #8C87F4
Black with #8C87F4
Text Example
Text Example
White with #8C87F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C87F4; }
p { color: rgb(140,135,244); }
H1.HeaderClassName
{
color: #8C87F4;
}
.AnyTagClassName
{
color: #8C87F4;
}
</style>
background-color css
<style>
a { background-color: #8C87F4; }
a { background-color: rgb(140,135,244); }
div.DivClassName
{
background-color: #8C87F4;
}
.BgClassName
{
background-color: #8C87F4;
}
</style>
border-color css
<style>
span { border-color: #8C87F4; }
span { border-color: rgb(140,135,244); }
td.TdClassName
{
border-color: #8C87F4;
}
.TagClassName
{
border-color: #8C87F4;
}
</style>