Html Css Color HEX #8375EC Medium Slate Blue

📋 copy color: '#8375EC'

red 131 ◦ green 117 ◦ blue 236

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

Shades of Medium Slate Blue #8375EC

Tints of Medium Slate Blue #8375EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.17%

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

R = 27.07%
G = 24.17%
B = 48.76%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8375EC (or 0x8375EC) is known color: Medium Slate Blue. HEX triplet: 83, 75 and EC. RGB value is (131,117,236). Sum of RGB (Red+Green+Blue) = 131+117+236=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #8375EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8375EC is #7C8A13. Grayscale: #868686. Windows color (decimal): -8161812 or 15496579. OLE color: 15496579.

HSL color Cylindrical-coordinate representation of color #8375EC: hue angle of 247.06º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8375EC is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 117 236 -
CMYK 0.44 0.50 0 0.07
HSL 247.06º 0.76% 0.69% -
HSV(B) 247.06º 0.5% 0.93% -
XYZ 30.86 23.6 82.29 -
YUV 134.75 185.14 125.32 -
System Red Green Blue C M Y K H S L
Decimal 131 117 236 0.44 0.50 0 0.07 247.06 0.76 0.69
Hex 83 75 EC 2C 32 0 7 F7 4C 45
Octal 203 165 354 54 62 0 7 367 114 105
Binary 10000011 1110101 11101100 101100 110010 0 111 11110111 1001100 1000101

Color Harmonies of #8375EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8375EC

Black with #8375EC

Text Example


Text Example

White with #8375EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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