Html Css Color HEX #8373EA Medium Slate Blue

📋 copy color: '#8373EA'

red 131 ◦ green 115 ◦ blue 234

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

Shades of Medium Slate Blue #8373EA

Tints of Medium Slate Blue #8373EA

RGB

 RED value IS 131 (51.56% from 255) = 27.29%

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

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 27.29%
G = 23.96%
B = 48.75%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8373EA (or 0x8373EA) is known color: Medium Slate Blue. HEX triplet: 83, 73 and EA. RGB value is (131,115,234). Sum of RGB (Red+Green+Blue) = 131+115+234=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #8373EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8373EA is #7C8C15. Grayscale: #848484. Windows color (decimal): -8162326 or 15364995. OLE color: 15364995.

HSL color Cylindrical-coordinate representation of color #8373EA: hue angle of 248.07º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8373EA is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 115 234 -
CMYK 0.44 0.51 0 0.08
HSL 248.07º 0.74% 0.68% -
HSV(B) 248.07º 0.51% 0.92% -
XYZ 30.34 23.03 80.69 -
YUV 133.35 184.8 126.32 -
System Red Green Blue C M Y K H S L
Decimal 131 115 234 0.44 0.51 0 0.08 248.07 0.74 0.68
Hex 83 73 EA 2C 33 0 8 F8 4A 44
Octal 203 163 352 54 63 0 10 370 112 104
Binary 10000011 1110011 11101010 101100 110011 0 1000 11111000 1001010 1000100

Color Harmonies of #8373EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8373EA

Black with #8373EA

Text Example


Text Example

White with #8373EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8373EA; }

 p { color: rgb(131,115,234); }

 H1.HeaderClassName
 {
   color: #8373EA;
 }
 .AnyTagClassName
 {
   color: #8373EA;
 }
</style>

background-color css

<style>
 a { background-color: #8373EA; }

 a { background-color: rgb(131,115,234); }

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

border-color css

<style>
 span { border-color: #8373EA; }

 span { border-color: rgb(131,115,234); }

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