Html Css Color HEX #8A73EC Medium Slate Blue

📋 copy color: '#8A73EC'

red 138 ◦ green 115 ◦ blue 236

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

Shades of Medium Slate Blue #8A73EC

Tints of Medium Slate Blue #8A73EC

RGB

 RED value IS 138 (54.3% from 255) = 28.22%

 GREEN value IS 115 (45.31% from 255) = 23.52%

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 28.22%
G = 23.52%
B = 48.26%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A73EC (or 0x8A73EC) is known color: Medium Slate Blue. HEX triplet: 8A, 73 and EC. RGB value is (138,115,236). Sum of RGB (Red+Green+Blue) = 138+115+236=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A73EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A73EC is #758C13. Grayscale: #878787. Windows color (decimal): -7703572 or 15496074. OLE color: 15496074.

HSL color Cylindrical-coordinate representation of color #8A73EC: hue angle of 251.4º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A73EC is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 115 236 -
CMYK 0.42 0.51 0 0.07
HSL 251.41º 0.76% 0.69% -
HSV(B) 251.41º 0.51% 0.93% -
XYZ 31.75 23.72 82.26 -
YUV 135.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 138 115 236 0.42 0.51 0 0.07 251.41 0.76 0.69
Hex 8A 73 EC 2A 33 0 7 FB 4C 45
Octal 212 163 354 52 63 0 7 373 114 105
Binary 10001010 1110011 11101100 101010 110011 0 111 11111011 1001100 1000101

Color Harmonies of #8A73EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A73EC

Black with #8A73EC

Text Example


Text Example

White with #8A73EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,115,236); }

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

background-color css

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

 a { background-color: rgb(138,115,236); }

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

border-color css

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

 span { border-color: rgb(138,115,236); }

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