Html Css Color HEX #8C5FEE Medium Slate Blue

📋 copy color: '#8C5FEE'

red 140 ◦ green 95 ◦ blue 238

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

Shades of Medium Slate Blue #8C5FEE

Tints of Medium Slate Blue #8C5FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.08%

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

R = 29.6%
G = 20.08%
B = 50.32%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C5FEE (or 0x8C5FEE) is known color: Medium Slate Blue. HEX triplet: 8C, 5F and EE. RGB value is (140,95,238). Sum of RGB (Red+Green+Blue) = 140+95+238=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C5FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5FEE is #73A011. Grayscale: #7C7C7C. Windows color (decimal): -7577618 or 15622028. OLE color: 15622028.

HSL color Cylindrical-coordinate representation of color #8C5FEE: hue angle of 258.88º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C5FEE is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 95 238 -
CMYK 0.41 0.60 0 0.07
HSL 258.88º 0.81% 0.65% -
HSV(B) 258.88º 0.6% 0.93% -
XYZ 30.34 19.93 83.14 -
YUV 124.76 191.91 138.87 -
System Red Green Blue C M Y K H S L
Decimal 140 95 238 0.41 0.60 0 0.07 258.88 0.81 0.65
Hex 8C 5F EE 29 3C 0 7 103 51 41
Octal 214 137 356 51 74 0 7 403 121 101
Binary 10001100 1011111 11101110 101001 111100 0 111 100000011 1010001 1000001

Color Harmonies of #8C5FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5FEE

Black with #8C5FEE

Text Example


Text Example

White with #8C5FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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