Html Css Color HEX #8378EE Medium Slate Blue

📋 copy color: '#8378EE'

red 131 ◦ green 120 ◦ blue 238

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

Shades of Medium Slate Blue #8378EE

Tints of Medium Slate Blue #8378EE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.54%

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

R = 26.79%
G = 24.54%
B = 48.67%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8378EE (or 0x8378EE) is known color: Medium Slate Blue. HEX triplet: 83, 78 and EE. RGB value is (131,120,238). Sum of RGB (Red+Green+Blue) = 131+120+238=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #8378EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8378EE is #7C8711. Grayscale: #888888. Windows color (decimal): -8161042 or 15628419. OLE color: 15628419.

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

Color convert

RGB 131 120 238 -
CMYK 0.45 0.50 0 0.07
HSL 245.59º 0.78% 0.7% -
HSV(B) 245.59º 0.5% 0.93% -
XYZ 31.51 24.43 83.94 -
YUV 136.74 185.14 123.91 -
System Red Green Blue C M Y K H S L
Decimal 131 120 238 0.45 0.50 0 0.07 245.59 0.78 0.7
Hex 83 78 EE 2D 32 0 7 F6 4E 46
Octal 203 170 356 55 62 0 7 366 116 106
Binary 10000011 1111000 11101110 101101 110010 0 111 11110110 1001110 1000110

Color Harmonies of #8378EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8378EE

Black with #8378EE

Text Example


Text Example

White with #8378EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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