Html Css Color HEX #8373EF Medium Slate Blue

📋 copy color: '#8373EF'

red 131 ◦ green 115 ◦ blue 239

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

Shades of Medium Slate Blue #8373EF

Tints of Medium Slate Blue #8373EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 27.01%
G = 23.71%
B = 49.28%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8373EF (or 0x8373EF) is known color: Medium Slate Blue. HEX triplet: 83, 73 and EF. RGB value is (131,115,239). Sum of RGB (Red+Green+Blue) = 131+115+239=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #8373EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8373EF is #7C8C10. Grayscale: #858585. Windows color (decimal): -8162321 or 15692675. OLE color: 15692675.

HSL color Cylindrical-coordinate representation of color #8373EF: hue angle of 247.74º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8373EF is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 115 239 -
CMYK 0.45 0.52 0 0.06
HSL 247.74º 0.79% 0.69% -
HSV(B) 247.74º 0.52% 0.94% -
XYZ 31.07 23.32 84.52 -
YUV 133.92 187.3 125.92 -
System Red Green Blue C M Y K H S L
Decimal 131 115 239 0.45 0.52 0 0.06 247.74 0.79 0.69
Hex 83 73 EF 2D 34 0 6 F8 4F 45
Octal 203 163 357 55 64 0 6 370 117 105
Binary 10000011 1110011 11101111 101101 110100 0 110 11111000 1001111 1000101

Color Harmonies of #8373EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8373EF

Black with #8373EF

Text Example


Text Example

White with #8373EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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