Html Css Color HEX #8C4FEE Medium Slate Blue

📋 copy color: '#8C4FEE'

red 140 ◦ green 79 ◦ blue 238

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

Shades of Medium Slate Blue #8C4FEE

Tints of Medium Slate Blue #8C4FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.29%

 BLUE value IS 238 (93.36% from 255) = 52.08%

R = 30.63%
G = 17.29%
B = 52.08%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C4FEE (or 0x8C4FEE) is known color: Medium Slate Blue. HEX triplet: 8C, 4F and EE. RGB value is (140,79,238). Sum of RGB (Red+Green+Blue) = 140+79+238=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C4FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C4FEE is #73B011. Grayscale: #727272. Windows color (decimal): -7581714 or 15617932. OLE color: 15617932.

HSL color Cylindrical-coordinate representation of color #8C4FEE: hue angle of 263.02º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C4FEE is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 79 238 -
CMYK 0.41 0.67 0 0.07
HSL 263.02º 0.82% 0.62% -
HSV(B) 263.02º 0.67% 0.93% -
XYZ 29.04 17.34 82.71 -
YUV 115.37 197.21 145.57 -
System Red Green Blue C M Y K H S L
Decimal 140 79 238 0.41 0.67 0 0.07 263.02 0.82 0.62
Hex 8C 4F EE 29 43 0 7 107 52 3E
Octal 214 117 356 51 103 0 7 407 122 76
Binary 10001100 1001111 11101110 101001 1000011 0 111 100000111 1010010 111110

Color Harmonies of #8C4FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4FEE

Black with #8C4FEE

Text Example


Text Example

White with #8C4FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,79,238); }

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

background-color css

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

 a { background-color: rgb(140,79,238); }

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

border-color css

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

 span { border-color: rgb(140,79,238); }

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