Html Css Color HEX #8C53EB Medium Slate Blue

📋 copy color: '#8C53EB'

red 140 ◦ green 83 ◦ blue 235

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

Shades of Medium Slate Blue #8C53EB

Tints of Medium Slate Blue #8C53EB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.12%

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

R = 30.57%
G = 18.12%
B = 51.31%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C53EB (or 0x8C53EB) is known color: Medium Slate Blue. HEX triplet: 8C, 53 and EB. RGB value is (140,83,235). Sum of RGB (Red+Green+Blue) = 140+83+235=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C53EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C53EB is #73AC14. Grayscale: #747474. Windows color (decimal): -7580693 or 15422348. OLE color: 15422348.

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

Color convert

RGB 140 83 235 -
CMYK 0.40 0.65 0 0.08
HSL 262.5º 0.79% 0.62% -
HSV(B) 262.5º 0.65% 0.92% -
XYZ 28.9 17.76 80.5 -
YUV 117.37 194.38 144.14 -
System Red Green Blue C M Y K H S L
Decimal 140 83 235 0.40 0.65 0 0.08 262.5 0.79 0.62
Hex 8C 53 EB 28 41 0 8 106 4F 3E
Octal 214 123 353 50 101 0 10 406 117 76
Binary 10001100 1010011 11101011 101000 1000001 0 1000 100000110 1001111 111110

Color Harmonies of #8C53EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C53EB

Black with #8C53EB

Text Example


Text Example

White with #8C53EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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