Html Css Color HEX #8379EE Medium Slate Blue

📋 copy color: '#8379EE'

red 131 ◦ green 121 ◦ blue 238

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

Shades of Medium Slate Blue #8379EE

Tints of Medium Slate Blue #8379EE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.69%

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

R = 26.73%
G = 24.69%
B = 48.57%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8379EE (or 0x8379EE) is known color: Medium Slate Blue. HEX triplet: 83, 79 and EE. RGB value is (131,121,238). Sum of RGB (Red+Green+Blue) = 131+121+238=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #8379EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8379EE is #7C8611. Grayscale: #888888. Windows color (decimal): -8160786 or 15628675. OLE color: 15628675.

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

Color convert

RGB 131 121 238 -
CMYK 0.45 0.49 0 0.07
HSL 245.13º 0.77% 0.7% -
HSV(B) 245.13º 0.49% 0.93% -
XYZ 31.63 24.67 83.98 -
YUV 137.33 184.81 123.49 -
System Red Green Blue C M Y K H S L
Decimal 131 121 238 0.45 0.49 0 0.07 245.13 0.77 0.7
Hex 83 79 EE 2D 31 0 7 F5 4D 46
Octal 203 171 356 55 61 0 7 365 115 106
Binary 10000011 1111001 11101110 101101 110001 0 111 11110101 1001101 1000110

Color Harmonies of #8379EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8379EE

Black with #8379EE

Text Example


Text Example

White with #8379EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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