Html Css Color HEX #8E4FFC Medium Slate Blue

📋 copy color: '#8E4FFC'

red 142 ◦ green 79 ◦ blue 252

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

Shades of Medium Slate Blue #8E4FFC

Tints of Medium Slate Blue #8E4FFC

RGB

 RED value IS 142 (55.86% from 255) = 30.02%

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

 BLUE value IS 252 (98.83% from 255) = 53.28%

R = 30.02%
G = 16.7%
B = 53.28%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E4FFC (or 0x8E4FFC) is known color: Medium Slate Blue. HEX triplet: 8E, 4F and FC. RGB value is (142,79,252). Sum of RGB (Red+Green+Blue) = 142+79+252=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E4FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E4FFC is #71B003. Grayscale: #747474. Windows color (decimal): -7450628 or 16535438. OLE color: 16535438.

HSL color Cylindrical-coordinate representation of color #8E4FFC: hue angle of 261.85º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E4FFC is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 79 252 -
CMYK 0.44 0.69 0 0.01
HSL 261.85º 0.97% 0.65% -
HSV(B) 261.85º 0.69% 0.99% -
XYZ 31.52 18.37 93.98 -
YUV 117.56 203.87 145.43 -
System Red Green Blue C M Y K H S L
Decimal 142 79 252 0.44 0.69 0 0.01 261.85 0.97 0.65
Hex 8E 4F FC 2C 45 0 1 106 61 41
Octal 216 117 374 54 105 0 1 406 141 101
Binary 10001110 1001111 11111100 101100 1000101 0 1 100000110 1100001 1000001

Color Harmonies of #8E4FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4FFC

Black with #8E4FFC

Text Example


Text Example

White with #8E4FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,79,252); }

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

background-color css

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

 a { background-color: rgb(142,79,252); }

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

border-color css

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

 span { border-color: rgb(142,79,252); }

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