Html Css Color HEX #8C50EB Medium Slate Blue

📋 copy color: '#8C50EB'

red 140 ◦ green 80 ◦ blue 235

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

Shades of Medium Slate Blue #8C50EB

Tints of Medium Slate Blue #8C50EB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.58%

 BLUE value IS 235 (92.19% from 255) = 51.65%

R = 30.77%
G = 17.58%
B = 51.65%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C50EB (or 0x8C50EB) is known color: Medium Slate Blue. HEX triplet: 8C, 50 and EB. RGB value is (140,80,235). Sum of RGB (Red+Green+Blue) = 140+80+235=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C50EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C50EB is #73AF14. Grayscale: #737373. Windows color (decimal): -7581461 or 15421580. OLE color: 15421580.

HSL color Cylindrical-coordinate representation of color #8C50EB: hue angle of 263.23º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C50EB is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 80 235 -
CMYK 0.40 0.66 0 0.08
HSL 263.23º 0.79% 0.62% -
HSV(B) 263.23º 0.66% 0.92% -
XYZ 28.68 17.31 80.43 -
YUV 115.61 195.38 145.4 -
System Red Green Blue C M Y K H S L
Decimal 140 80 235 0.40 0.66 0 0.08 263.23 0.79 0.62
Hex 8C 50 EB 28 42 0 8 107 4F 3E
Octal 214 120 353 50 102 0 10 407 117 76
Binary 10001100 1010000 11101011 101000 1000010 0 1000 100000111 1001111 111110

Color Harmonies of #8C50EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C50EB

Black with #8C50EB

Text Example


Text Example

White with #8C50EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,80,235); }

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

background-color css

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

 a { background-color: rgb(140,80,235); }

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

border-color css

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

 span { border-color: rgb(140,80,235); }

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