Html Css Color HEX #8373EE Medium Slate Blue

📋 copy color: '#8373EE'

red 131 ◦ green 115 ◦ blue 238

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

Shades of Medium Slate Blue #8373EE

Tints of Medium Slate Blue #8373EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 27.07%
G = 23.76%
B = 49.17%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8373EE (or 0x8373EE) is known color: Medium Slate Blue. HEX triplet: 83, 73 and EE. RGB value is (131,115,238). Sum of RGB (Red+Green+Blue) = 131+115+238=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #8373EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8373EE is #7C8C11. Grayscale: #858585. Windows color (decimal): -8162322 or 15627139. OLE color: 15627139.

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

Color convert

RGB 131 115 238 -
CMYK 0.45 0.52 0 0.07
HSL 247.8º 0.78% 0.69% -
HSV(B) 247.8º 0.52% 0.93% -
XYZ 30.92 23.26 83.75 -
YUV 133.81 186.8 126 -
System Red Green Blue C M Y K H S L
Decimal 131 115 238 0.45 0.52 0 0.07 247.8 0.78 0.69
Hex 83 73 EE 2D 34 0 7 F8 4E 45
Octal 203 163 356 55 64 0 7 370 116 105
Binary 10000011 1110011 11101110 101101 110100 0 111 11111000 1001110 1000101

Color Harmonies of #8373EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8373EE

Black with #8373EE

Text Example


Text Example

White with #8373EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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