#8C7AFE

Color #8C7AFE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8C7AFE

Tints of Light Slate Blue #8C7AFE

Color information

#8C7AFE (or 0x8C7AFE) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 7A and FE. RGB value is (140,122,254). Sum of RGB (Red+Green+Blue) = 140+122+254=516 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.13% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C7AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7AFE is #738501. Grayscale: #8D8D8D. Windows color (decimal): -7570690 or 16677516. OLE color: 16677516.

HSL color Cylindrical-coordinate representation of color #8C7AFE: hue angle of 248.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C7AFE is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB140122254-
CMYK0.450.5200.00
HSL248.18º98.51%73.73%-
HSV(B)248.18º51.97%99.61%-
XYZ35.6626.6597.03-
YUV142.43190.96126.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 27.13%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 254 (99.61% from 255) = 49.22%
R=27.13%
G=23.64%
B=49.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1401222540.450.5200.00248.1898.5173.73
Hex8C7AFE2D3400f8634a
Octal214172376556400370143112
Binary10001100111101011111110101101110100001111100011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7AFE; }

 p { color: rgb(140,122,254); }

 H1.HeaderClassName
 {
   color: #8C7AFE;
 }
 .AnyTagClassName
 {
   color: #8C7AFE;
 }
</style>
background-color css

<style>
 a { background-color: #8C7AFE; }

 a { background-color: rgb(140,122,254); }

 div.DivClassName
 {
   background-color: #8C7AFE;
 }
 .BgClassName
 {
   background-color: #8C7AFE;
 }
</style>
border-color css

<style>
 span { border-color: #8C7AFE; }

 span { border-color: rgb(140,122,254); }

 td.TdClassName
 {
   border-color: #8C7AFE;
 }
 .TagClassName
 {
   border-color: #8C7AFE;
 }
</style>