Html Css Color HEX #8379ED Medium Slate Blue

📋 copy color: '#8379ED'

red 131 ◦ green 121 ◦ blue 237

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

Shades of Medium Slate Blue #8379ED

Tints of Medium Slate Blue #8379ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 26.79%
G = 24.74%
B = 48.47%

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

#8379ED (or 0x8379ED) is known color: Medium Slate Blue. HEX triplet: 83, 79 and ED. RGB value is (131,121,237). Sum of RGB (Red+Green+Blue) = 131+121+237=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #8379ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8379ED is #7C8612. Grayscale: #888888. Windows color (decimal): -8160787 or 15563139. OLE color: 15563139.

HSL color Cylindrical-coordinate representation of color #8379ED: hue angle of 245.17º degrees, saturation: 0.76, 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 #8379ED is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 121 237 -
CMYK 0.45 0.49 0 0.07
HSL 245.17º 0.76% 0.7% -
HSV(B) 245.17º 0.49% 0.93% -
XYZ 31.48 24.61 83.21 -
YUV 137.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 131 121 237 0.45 0.49 0 0.07 245.17 0.76 0.7
Hex 83 79 ED 2D 31 0 7 F5 4C 46
Octal 203 171 355 55 61 0 7 365 114 106
Binary 10000011 1111001 11101101 101101 110001 0 111 11110101 1001100 1000110

Color Harmonies of #8379ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8379ED

Black with #8379ED

Text Example


Text Example

White with #8379ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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