Html Css Color HEX #8C54EB Medium Slate Blue

📋 copy color: '#8C54EB'

red 140 ◦ green 84 ◦ blue 235

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

Shades of Medium Slate Blue #8C54EB

Tints of Medium Slate Blue #8C54EB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.3%

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

R = 30.5%
G = 18.3%
B = 51.2%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C54EB (or 0x8C54EB) is known color: Medium Slate Blue. HEX triplet: 8C, 54 and EB. RGB value is (140,84,235). Sum of RGB (Red+Green+Blue) = 140+84+235=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C54EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C54EB is #73AB14. Grayscale: #757575. Windows color (decimal): -7580437 or 15422604. OLE color: 15422604.

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

Color convert

RGB 140 84 235 -
CMYK 0.40 0.64 0 0.08
HSL 262.25º 0.79% 0.63% -
HSV(B) 262.25º 0.64% 0.92% -
XYZ 28.98 17.91 80.53 -
YUV 117.96 194.05 143.72 -
System Red Green Blue C M Y K H S L
Decimal 140 84 235 0.40 0.64 0 0.08 262.25 0.79 0.63
Hex 8C 54 EB 28 40 0 8 106 4F 3F
Octal 214 124 353 50 100 0 10 406 117 77
Binary 10001100 1010100 11101011 101000 1000000 0 1000 100000110 1001111 111111

Color Harmonies of #8C54EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C54EB

Black with #8C54EB

Text Example


Text Example

White with #8C54EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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