Html Css Color HEX #8370EC Medium Slate Blue

📋 copy color: '#8370EC'

red 131 ◦ green 112 ◦ blue 236

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

Shades of Medium Slate Blue #8370EC

Tints of Medium Slate Blue #8370EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.38%

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 27.35%
G = 23.38%
B = 49.27%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8370EC (or 0x8370EC) is known color: Medium Slate Blue. HEX triplet: 83, 70 and EC. RGB value is (131,112,236). Sum of RGB (Red+Green+Blue) = 131+112+236=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #8370EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8370EC is #7C8F13. Grayscale: #838383. Windows color (decimal): -8163092 or 15495299. OLE color: 15495299.

HSL color Cylindrical-coordinate representation of color #8370EC: hue angle of 249.19º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8370EC is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 112 236 -
CMYK 0.44 0.53 0 0.07
HSL 249.19º 0.77% 0.68% -
HSV(B) 249.19º 0.53% 0.93% -
XYZ 30.29 22.47 82.1 -
YUV 131.82 186.79 127.42 -
System Red Green Blue C M Y K H S L
Decimal 131 112 236 0.44 0.53 0 0.07 249.19 0.77 0.68
Hex 83 70 EC 2C 35 0 7 F9 4D 44
Octal 203 160 354 54 65 0 7 371 115 104
Binary 10000011 1110000 11101100 101100 110101 0 111 11111001 1001101 1000100

Color Harmonies of #8370EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370EC

Black with #8370EC

Text Example


Text Example

White with #8370EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8370EC; }

 p { color: rgb(131,112,236); }

 H1.HeaderClassName
 {
   color: #8370EC;
 }
 .AnyTagClassName
 {
   color: #8370EC;
 }
</style>

background-color css

<style>
 a { background-color: #8370EC; }

 a { background-color: rgb(131,112,236); }

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

border-color css

<style>
 span { border-color: #8370EC; }

 span { border-color: rgb(131,112,236); }

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