Html Css Color HEX #8379E5 Medium Slate Blue

📋 copy color: '#8379E5'

red 131 ◦ green 121 ◦ blue 229

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

Shades of Medium Slate Blue #8379E5

Tints of Medium Slate Blue #8379E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.61%

R = 27.23%
G = 25.16%
B = 47.61%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8379E5 (or 0x8379E5) is known color: Medium Slate Blue. HEX triplet: 83, 79 and E5. RGB value is (131,121,229). Sum of RGB (Red+Green+Blue) = 131+121+229=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #8379E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379E5 is #7C861A. Grayscale: #878787. Windows color (decimal): -8160795 or 15038851. OLE color: 15038851.

HSL color Cylindrical-coordinate representation of color #8379E5: hue angle of 245.56º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8379E5 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 131 121 229 -
CMYK 0.43 0.47 0 0.10
HSL 245.56º 0.68% 0.69% -
HSV(B) 245.56º 0.47% 0.9% -
XYZ 30.34 24.16 77.19 -
YUV 136.3 180.31 124.22 -
System Red Green Blue C M Y K H S L
Decimal 131 121 229 0.43 0.47 0 0.10 245.56 0.68 0.69
Hex 83 79 E5 2B 2F 0 A F6 44 45
Octal 203 171 345 53 57 0 12 366 104 105
Binary 10000011 1111001 11100101 101011 101111 0 1010 11110110 1000100 1000101

Color Harmonies of #8379E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8379E5

Black with #8379E5

Text Example


Text Example

White with #8379E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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