Html Css Color HEX #8C6AFE Light Slate Blue

📋 copy color: '#8C6AFE'

red 140 ◦ green 106 ◦ blue 254

#8C6AFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8C6AFE

Tints of Light Slate Blue #8C6AFE

RGB

 RED value IS 140 (55.08% from 255) = 28%

 GREEN value IS 106 (41.8% from 255) = 21.2%

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 28%
G = 21.2%
B = 50.8%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C6AFE (or 0x8C6AFE) is known color: Light Slate Blue. HEX triplet: 8C, 6A and FE. RGB value is (140,106,254). Sum of RGB (Red+Green+Blue) = 140+106+254=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C6AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6AFE is #739501. Grayscale: #848484. Windows color (decimal): -7574786 or 16673420. OLE color: 16673420.

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

Color convert

RGB 140 106 254 -
CMYK 0.45 0.58 0 0.00
HSL 253.78º 0.99% 0.71% -
HSV(B) 253.78º 0.58% 1% -
XYZ 33.86 23.04 96.43 -
YUV 133.04 196.26 132.97 -
System Red Green Blue C M Y K H S L
Decimal 140 106 254 0.45 0.58 0 0.00 253.78 0.99 0.71
Hex 8C 6A FE 2D 3A 0 0 FE 63 47
Octal 214 152 376 55 72 0 0 376 143 107
Binary 10001100 1101010 11111110 101101 111010 0 0 11111110 1100011 1000111

Color Harmonies of #8C6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6AFE

Black with #8C6AFE

Text Example


Text Example

White with #8C6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C6AFE;
 }
 .AnyTagClassName
 {
   color: #8C6AFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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